@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class TrustedOriginScope extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ALLOWED_OKTA_APPS |
static String |
JSON_PROPERTY_TYPE |
Constructor and Description |
---|
TrustedOriginScope() |
Modifier and Type | Method and Description |
---|---|
TrustedOriginScope |
addAllowedOktaAppsItem(IframeEmbedScopeAllowedApps allowedOktaAppsItem) |
TrustedOriginScope |
allowedOktaApps(List<IframeEmbedScopeAllowedApps> allowedOktaApps) |
boolean |
equals(Object o) |
List<IframeEmbedScopeAllowedApps> |
getAllowedOktaApps()
Get allowedOktaApps
|
TrustedOriginScopeType |
getType()
Get type
|
int |
hashCode() |
void |
setAllowedOktaApps(List<IframeEmbedScopeAllowedApps> allowedOktaApps) |
void |
setType(TrustedOriginScopeType type) |
String |
toString() |
TrustedOriginScope |
type(TrustedOriginScopeType type) |
public static final String JSON_PROPERTY_ALLOWED_OKTA_APPS
public static final String JSON_PROPERTY_TYPE
public TrustedOriginScope allowedOktaApps(List<IframeEmbedScopeAllowedApps> allowedOktaApps)
public TrustedOriginScope addAllowedOktaAppsItem(IframeEmbedScopeAllowedApps allowedOktaAppsItem)
@Nullable public List<IframeEmbedScopeAllowedApps> getAllowedOktaApps()
public void setAllowedOktaApps(List<IframeEmbedScopeAllowedApps> allowedOktaApps)
public TrustedOriginScope type(TrustedOriginScopeType type)
@Nullable public TrustedOriginScopeType getType()
public void setType(TrustedOriginScopeType type)
Copyright © 2017–2023 Okta. All rights reserved.