IdentityStripeDetails¶
-
class
oci.oce.models.
IdentityStripeDetails
(**kwargs)¶ Bases:
object
Details of the identity stripe used for OceInstance
Methods
__init__
(**kwargs)Initializes a new IdentityStripeDetails object with values from keyword arguments. Attributes
service_name
[Required] Gets the service_name of this IdentityStripeDetails. tenancy
[Required] Gets the tenancy of this IdentityStripeDetails. -
__init__
(**kwargs)¶ Initializes a new IdentityStripeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - service_name (str) – The value to assign to the service_name property of this IdentityStripeDetails.
- tenancy (str) – The value to assign to the tenancy property of this IdentityStripeDetails.
-
service_name
¶ [Required] Gets the service_name of this IdentityStripeDetails. Name of the Identity Cloud Service instance in My Services to be used. Example: secondstripe
Returns: The service_name of this IdentityStripeDetails. Return type: str
-
tenancy
¶ [Required] Gets the tenancy of this IdentityStripeDetails. Value of the Identity Cloud Service tenancy. Example: idcs-8416ebdd0d674f84803f4193cce026e9
Returns: The tenancy of this IdentityStripeDetails. Return type: str
-