Package com.okta.sdk.resource.model
Class TrendMicroApexOneServiceApplication
java.lang.Object
com.okta.sdk.resource.model.TrendMicroApexOneServiceApplication
- 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 TrendMicroApexOneServiceApplication
extends Object
implements Serializable
Schema for Trend Micro Apex One as a Service app (key name: `trendmicroapexoneservice`) To create a Trend
 Micro Apex One as a Service app, use the [Create an
 Application](/openapi/okta-management/management/tag/Application/#tag/Application/operation/createApplication)
 request with the following parameters in the request body. > **Note:** The Trend Micro Apex One as a Service app
 only supports `SAML_2_0` sign-on mode.
- See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets namestatic enumGets or Sets signOnMode - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaccessibility(ApplicationAccessibility accessibility) credentials(SchemeApplicationCredentials credentials) booleanGet accessibilityGet credentialsgetLabel()User-defined display name for appGet licensinggetName()Get nameContains any valid JSON schema for specifying properties that can be referenced from a request (only available to OAuth 2.0 client apps)Get settingsGet signOnModeGet statusGet visibilityinthashCode()licensing(ApplicationLicensing licensing) putprofileItem(String key, Object profileItem) voidsetAccessibility(ApplicationAccessibility accessibility) voidsetCredentials(SchemeApplicationCredentials credentials) voidvoidsetLicensing(ApplicationLicensing licensing) voidvoidsetProfile(Map<String, Object> profile) voidvoidvoidsetStatus(ApplicationLifecycleStatus status) voidsetVisibility(ApplicationVisibility visibility) status(ApplicationLifecycleStatus status) toString()visibility(ApplicationVisibility visibility)  
- 
Field Details
- 
JSON_PROPERTY_ACCESSIBILITY
- See Also:
 
 - 
JSON_PROPERTY_CREDENTIALS
- See Also:
 
 - 
JSON_PROPERTY_LABEL
- See Also:
 
 - 
JSON_PROPERTY_LICENSING
- See Also:
 
 - 
JSON_PROPERTY_NAME
- See Also:
 
 - 
JSON_PROPERTY_PROFILE
- See Also:
 
 - 
JSON_PROPERTY_SIGN_ON_MODE
- See Also:
 
 - 
JSON_PROPERTY_STATUS
- See Also:
 
 - 
JSON_PROPERTY_VISIBILITY
- See Also:
 
 - 
JSON_PROPERTY_SETTINGS
- See Also:
 
 
 - 
 - 
Constructor Details
- 
TrendMicroApexOneServiceApplication
public TrendMicroApexOneServiceApplication() 
 - 
 - 
Method Details
- 
accessibility
 - 
getAccessibility
Get accessibility- Returns:
 - accessibility
 
 - 
setAccessibility
 - 
credentials
 - 
getCredentials
Get credentials- Returns:
 - credentials
 
 - 
setCredentials
 - 
label
 - 
getLabel
User-defined display name for app- Returns:
 - label
 
 - 
setLabel
 - 
licensing
 - 
getLicensing
Get licensing- Returns:
 - licensing
 
 - 
setLicensing
 - 
name
 - 
getName
Get name- Returns:
 - name
 
 - 
setName
 - 
profile
 - 
putprofileItem
 - 
getProfile
Contains any valid JSON schema for specifying properties that can be referenced from a request (only available to OAuth 2.0 client apps)- Returns:
 - profile
 
 - 
setProfile
 - 
signOnMode
public TrendMicroApexOneServiceApplication signOnMode(TrendMicroApexOneServiceApplication.SignOnModeEnum signOnMode)  - 
getSignOnMode
Get signOnMode- Returns:
 - signOnMode
 
 - 
setSignOnMode
 - 
status
 - 
getStatus
Get status- Returns:
 - status
 
 - 
setStatus
 - 
visibility
 - 
getVisibility
Get visibility- Returns:
 - visibility
 
 - 
setVisibility
 - 
settings
public TrendMicroApexOneServiceApplication settings(TrendMicroApexOneServiceApplicationSettings settings)  - 
getSettings
Get settings- Returns:
 - settings
 
 - 
setSettings
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -