Package com.okta.sdk.resource.model
Class TrustedOrigin
java.lang.Object
com.okta.sdk.resource.model.TrustedOrigin
- 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 TrustedOrigin
extends Object
implements Serializable
TrustedOrigin
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddscopesItem
(TrustedOriginScope scopesItem) boolean
Timestamp when the Trusted Origin was createdThe ID of the user who created the Trusted OrigingetId()
Unique identifier for the Trusted OriginTimestamp when the Trusted Origin was last updatedThe ID of the user who last updated the Trusted OrigingetLinks()
Get linksgetName()
Unique name for the Trusted OriginUnique origin URL for the Trusted Origin.Array of Scope types that this Trusted Origin is used forGet statusint
hashCode()
lastUpdatedBy
(String lastUpdatedBy) links
(LinksSelfAndLifecycle links) scopes
(List<TrustedOriginScope> scopes) void
setCreatedBy
(String createdBy) void
setLastUpdatedBy
(String lastUpdatedBy) void
setLinks
(LinksSelfAndLifecycle links) void
void
void
setScopes
(List<TrustedOriginScope> scopes) void
setStatus
(LifecycleStatus status) status
(LifecycleStatus status) toString()
-
Field Details
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_CREATED_BY
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_LAST_UPDATED_BY
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_ORIGIN
- See Also:
-
JSON_PROPERTY_SCOPES
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
TrustedOrigin
public TrustedOrigin()
-
-
Method Details
-
getCreated
Timestamp when the Trusted Origin was created- Returns:
- created
-
createdBy
-
getCreatedBy
The ID of the user who created the Trusted Origin- Returns:
- createdBy
-
setCreatedBy
-
getId
Unique identifier for the Trusted Origin- Returns:
- id
-
getLastUpdated
Timestamp when the Trusted Origin was last updated- Returns:
- lastUpdated
-
lastUpdatedBy
-
getLastUpdatedBy
The ID of the user who last updated the Trusted Origin- Returns:
- lastUpdatedBy
-
setLastUpdatedBy
-
name
-
getName
Unique name for the Trusted Origin- Returns:
- name
-
setName
-
origin
-
getOrigin
Unique origin URL for the Trusted Origin. The supported schemes for this attribute are HTTP, HTTPS, FTP, Ionic 2, and Capacitor.- Returns:
- origin
-
setOrigin
-
scopes
-
addscopesItem
-
getScopes
Array of Scope types that this Trusted Origin is used for- Returns:
- scopes
-
setScopes
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-