AppSamlServiceProvider

class oci.identity_domains.models.AppSamlServiceProvider(**kwargs)

Bases: object

An attribute that refers to the SAML Service Provider that runtime services will use to log an end user in to this App automatically. Note that this will be used only if the loginMechanism is ‘SAML’.

SCIM++ Properties: - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: complex - uniqueness: none

Methods

__init__(**kwargs) Initializes a new AppSamlServiceProvider object with values from keyword arguments.

Attributes

ref Gets the ref of this AppSamlServiceProvider.
value [Required] Gets the value of this AppSamlServiceProvider.
__init__(**kwargs)

Initializes a new AppSamlServiceProvider 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 AppSamlServiceProvider.
  • ref (str) – The value to assign to the ref property of this AppSamlServiceProvider.
ref

Gets the ref of this AppSamlServiceProvider. The URI of the App that acts as a Service Provider.

SCIM++ Properties:
  • idcsSearchable: false
  • multiValued: false
  • mutability: readOnly
  • required: false
  • returned: default
  • type: reference
  • uniqueness: none
Returns:The ref of this AppSamlServiceProvider.
Return type:str
value

[Required] Gets the value of this AppSamlServiceProvider. The id of the App that acts as a Service Provider.

SCIM++ Properties:
  • caseExact: true
  • idcsSearchable: true
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: always
  • type: string
  • uniqueness: none
Returns:The value of this AppSamlServiceProvider.
Return type:str