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-09-23T16:19:57.008753975Z[Etc/UTC]",
comments="Generator version: 7.8.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
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
-
equals
-
hashCode
public int hashCode() -
toString
-