Package com.okta.sdk.resource.model
Class TrustedOriginScope
java.lang.Object
com.okta.sdk.resource.model.TrustedOriginScope
- 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 TrustedOriginScope
extends Object
implements Serializable
TrustedOriginScope
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddallowedOktaAppsItem
(IframeEmbedScopeAllowedApps allowedOktaAppsItem) allowedOktaApps
(List<IframeEmbedScopeAllowedApps> allowedOktaApps) boolean
The allowed Okta apps for the Trusted Origin scopegetType()
Get typeint
hashCode()
void
setAllowedOktaApps
(List<IframeEmbedScopeAllowedApps> allowedOktaApps) void
toString()
type
(TrustedOriginScopeType type)
-
Field Details
-
JSON_PROPERTY_ALLOWED_OKTA_APPS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
TrustedOriginScope
public TrustedOriginScope()
-
-
Method Details
-
allowedOktaApps
-
addallowedOktaAppsItem
-
getAllowedOktaApps
The allowed Okta apps for the Trusted Origin scope- Returns:
- allowedOktaApps
-
setAllowedOktaApps
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-