Package com.okta.sdk.resource.model
Class TrustedOriginWrite
java.lang.Object
com.okta.sdk.resource.model.TrustedOriginWrite
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class TrustedOriginWrite
extends Object
implements Serializable
TrustedOriginWrite
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddscopesItem(TrustedOriginScope scopesItem) booleangetName()Unique name for the Trusted OriginUnique origin URL for the Trusted Origin.Array of Scope types that this Trusted Origin is used forinthashCode()scopes(List<TrustedOriginScope> scopes) voidvoidvoidsetScopes(List<TrustedOriginScope> scopes) toString()
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_ORIGIN
- See Also:
-
JSON_PROPERTY_SCOPES
- See Also:
-
-
Constructor Details
-
TrustedOriginWrite
public TrustedOriginWrite()
-
-
Method Details
-
name
-
getName
-
setName
-
origin
-
getOrigin
-
setOrigin
-
scopes
-
addscopesItem
-
getScopes
Array of Scope types that this Trusted Origin is used for- Returns:
- scopes
-
setScopes
-
equals
-
hashCode
-
toString
-