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-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class TrustedOriginWrite
extends Object
implements Serializable
TrustedOriginWrite
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddscopesItem
(TrustedOriginScope scopesItem) boolean
getName()
Unique name for the Trusted OriginUnique origin URL for the Trusted Origin.Array of Scope types that this Trusted Origin is used forint
hashCode()
scopes
(List<TrustedOriginScope> scopes) void
void
void
setScopes
(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
-