AppIdentityProviders¶
-
class
oci.identity_domains.models.
AppIdentityProviders
(**kwargs)¶ Bases:
object
A list of IdentityProvider assigned to app. A user trying to access this app will be automatically redirected to configured IdP during the authentication phase, before being able to access App.
Methods
__init__
(**kwargs)Initializes a new AppIdentityProviders object with values from keyword arguments. Attributes
display
Gets the display of this AppIdentityProviders. ref
Gets the ref of this AppIdentityProviders. value
[Required] Gets the value of this AppIdentityProviders. -
__init__
(**kwargs)¶ Initializes a new AppIdentityProviders 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 AppIdentityProviders.
- ref (str) – The value to assign to the ref property of this AppIdentityProviders.
- display (str) – The value to assign to the display property of this AppIdentityProviders.
-
display
¶ Gets the display of this AppIdentityProviders. Display-name of the IdentityProvider.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: string
- uniqueness: none
Returns: The display of this AppIdentityProviders. Return type: str
-
ref
¶ Gets the ref of this AppIdentityProviders. URI of the IdentityProvider.
- SCIM++ Properties:
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this AppIdentityProviders. Return type: str
-
value
¶ [Required] Gets the value of this AppIdentityProviders. ID of the IdentityProvider.
- SCIM++ Properties:
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The value of this AppIdentityProviders. Return type: str
-