MyAppApp¶
-
class
oci.identity_domains.models.
MyAppApp
(**kwargs)¶ Bases:
object
Application on which the account is based
SCIM++ Properties: - idcsSearchable: true - multiValued: false - mutability: readOnly - required: true - returned: default - type: complex - uniqueness: none
Methods
__init__
(**kwargs)Initializes a new MyAppApp object with values from keyword arguments. Attributes
active
Gets the active of this MyAppApp. app_icon
Gets the app_icon of this MyAppApp. app_thumbnail
Gets the app_thumbnail of this MyAppApp. description
Gets the description of this MyAppApp. display
Gets the display of this MyAppApp. is_alias_app
Gets the is_alias_app of this MyAppApp. is_login_target
Gets the is_login_target of this MyAppApp. is_opc_service
Gets the is_opc_service of this MyAppApp. login_mechanism
Gets the login_mechanism of this MyAppApp. ref
Gets the ref of this MyAppApp. service_type_urn
Gets the service_type_urn of this MyAppApp. show_in_my_apps
Gets the show_in_my_apps of this MyAppApp. value
[Required] Gets the value of this MyAppApp. -
__init__
(**kwargs)¶ Initializes a new MyAppApp object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - value (str) – The value to assign to the value property of this MyAppApp.
- ref (str) – The value to assign to the ref property of this MyAppApp.
- display (str) – The value to assign to the display property of this MyAppApp.
- description (str) – The value to assign to the description property of this MyAppApp.
- is_login_target (bool) – The value to assign to the is_login_target property of this MyAppApp.
- show_in_my_apps (bool) – The value to assign to the show_in_my_apps property of this MyAppApp.
- is_alias_app (bool) – The value to assign to the is_alias_app property of this MyAppApp.
- active (bool) – The value to assign to the active property of this MyAppApp.
- login_mechanism (str) – The value to assign to the login_mechanism property of this MyAppApp.
- app_icon (str) – The value to assign to the app_icon property of this MyAppApp.
- app_thumbnail (str) – The value to assign to the app_thumbnail property of this MyAppApp.
- is_opc_service (bool) – The value to assign to the is_opc_service property of this MyAppApp.
- service_type_urn (str) – The value to assign to the service_type_urn property of this MyAppApp.
-
active
¶ Gets the active of this MyAppApp. If true, this App is able to participate in runtime services, such as automatic-login, OAuth, and SAML. If false, all runtime services are disabled for this App, and only administrative operations can be performed.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
Returns: The active of this MyAppApp. Return type: bool
-
app_icon
¶ Gets the app_icon of this MyAppApp. Application icon.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The app_icon of this MyAppApp. Return type: str
-
app_thumbnail
¶ Gets the app_thumbnail of this MyAppApp. Application thumbnail.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: request
- type: string
- uniqueness: none
Returns: The app_thumbnail of this MyAppApp. Return type: str
-
description
¶ Gets the description of this MyAppApp. Application description
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The description of this MyAppApp. Return type: str
-
display
¶ Gets the display of this MyAppApp. Application display name
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The display of this MyAppApp. Return type: str
-
is_alias_app
¶ Gets the is_alias_app of this MyAppApp. If true, this App is an AliasApp and it cannot be granted to an end user directly
- SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: writeOnly
- required: false
- returned: never
- type: boolean
- uniqueness: none
Returns: The is_alias_app of this MyAppApp. Return type: bool
-
is_login_target
¶ Gets the is_login_target of this MyAppApp. If true, this App allows runtime services to log end users into this App automatically.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
Returns: The is_login_target of this MyAppApp. Return type: bool
-
is_opc_service
¶ Gets the is_opc_service of this MyAppApp. If true, this application is an Oracle Public Cloud service-instance.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
Returns: The is_opc_service of this MyAppApp. Return type: bool
-
login_mechanism
¶ Gets the login_mechanism of this MyAppApp. The protocol that runtime services will use to log end users in to this App automatically. If ‘OIDC’, then runtime services use the OpenID Connect protocol. If ‘SAML’, then runtime services use Security Assertion Markup Language protocol.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The login_mechanism of this MyAppApp. Return type: str
-
ref
¶ Gets the ref of this MyAppApp. Application URI
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this MyAppApp. Return type: str
-
service_type_urn
¶ Gets the service_type_urn of this MyAppApp. This Uniform Resource Name (URN) value identifies the type of Oracle Public Cloud service of which this app is an instance.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The service_type_urn of this MyAppApp. Return type: str
-
show_in_my_apps
¶ Gets the show_in_my_apps of this MyAppApp. If true, this App will be displayed in the MyApps page of each end-user who has access to this App.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: boolean
- uniqueness: none
Returns: The show_in_my_apps of this MyAppApp. Return type: bool
-
value
¶ [Required] Gets the value of this MyAppApp. Application identifier
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readOnly
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The value of this MyAppApp. Return type: str
-