IdentityTokenDetailsResponse¶
-
class
oci.redis.models.
IdentityTokenDetailsResponse
(**kwargs)¶ Bases:
object
Response an Identity token generated for Redis cluster
Methods
__init__
(**kwargs)Initializes a new IdentityTokenDetailsResponse object with values from keyword arguments. Attributes
identity_token
[Required] Gets the identity_token of this IdentityTokenDetailsResponse. redis_user
[Required] Gets the redis_user of this IdentityTokenDetailsResponse. -
__init__
(**kwargs)¶ Initializes a new IdentityTokenDetailsResponse object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - identity_token (str) – The value to assign to the identity_token property of this IdentityTokenDetailsResponse.
- redis_user (str) – The value to assign to the redis_user property of this IdentityTokenDetailsResponse.
-
identity_token
¶ [Required] Gets the identity_token of this IdentityTokenDetailsResponse. Generated Identity token
Returns: The identity_token of this IdentityTokenDetailsResponse. Return type: str
-
redis_user
¶ [Required] Gets the redis_user of this IdentityTokenDetailsResponse. Redis user for the newly created identity token
Returns: The redis_user of this IdentityTokenDetailsResponse. Return type: str
-