Package com.okta.sdk.resource.model
Class IdentityProvider
java.lang.Object
com.okta.sdk.resource.model.IdentityProvider
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class IdentityProvider
extends Object
implements Serializable
IdentityProvider
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Timestamp when the object was createdgetId()
Unique key for the IdPGet issuerModeTimestamp when the object was last updatedgetLinks()
Get linksgetName()
Unique name for the IdPGet policyGet propertiesorg.openapitools.jackson.nullable.JsonNullable
<IdentityProviderProperties> Get protocolGet statusgetType()
Get typeint
hashCode()
issuerMode
(IdentityProviderIssuerMode issuerMode) links
(IdentityProviderLinks links) policy
(IdentityProviderPolicy policy) properties
(IdentityProviderProperties properties) void
setIssuerMode
(IdentityProviderIssuerMode issuerMode) void
setLinks
(IdentityProviderLinks links) void
void
setPolicy
(IdentityProviderPolicy policy) void
setProperties
(IdentityProviderProperties properties) void
setProperties_JsonNullable
(org.openapitools.jackson.nullable.JsonNullable<IdentityProviderProperties> properties) void
setProtocol
(Protocol protocol) void
setStatus
(LifecycleStatus status) void
setType
(IdentityProviderType type) status
(LifecycleStatus status) toString()
type
(IdentityProviderType type)
-
Field Details
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_ISSUER_MODE
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_POLICY
- See Also:
-
JSON_PROPERTY_PROPERTIES
- See Also:
-
JSON_PROPERTY_PROTOCOL
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
IdentityProvider
public IdentityProvider()
-
-
Method Details
-
getCreated
Timestamp when the object was created- Returns:
- created
-
getId
Unique key for the IdP- Returns:
- id
-
issuerMode
-
getIssuerMode
Get issuerMode- Returns:
- issuerMode
-
setIssuerMode
-
getLastUpdated
Timestamp when the object was last updated- Returns:
- lastUpdated
-
name
-
getName
Unique name for the IdP- Returns:
- name
-
setName
-
policy
-
getPolicy
Get policy- Returns:
- policy
-
setPolicy
-
properties
-
getProperties
Get properties- Returns:
- properties
-
getProperties_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<IdentityProviderProperties> getProperties_JsonNullable() -
setProperties_JsonNullable
public void setProperties_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<IdentityProviderProperties> properties) -
setProperties
-
protocol
-
getProtocol
Get protocol- Returns:
- protocol
-
setProtocol
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
type
-
getType
Get type- Returns:
- type
-
setType
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-