Class IdentityTokenDetailsResponse
Response an Identity token generated for Redis cluster
Inherited Members
Namespace: Oci.RedisService.Models
Assembly: OCI.DotNetSDK.Redis.dll
Syntax
public class IdentityTokenDetailsResponse
Properties
IdentityToken
Declaration
[Required(ErrorMessage = "IdentityToken is required.")]
[JsonProperty(PropertyName = "identityToken")]
public string IdentityToken { get; set; }
Property Value
Type | Description |
---|---|
string | Generated Identity token |
Remarks
Required
RedisUser
Declaration
[Required(ErrorMessage = "RedisUser is required.")]
[JsonProperty(PropertyName = "redisUser")]
public string RedisUser { get; set; }
Property Value
Type | Description |
---|---|
string | Redis user for the newly created identity token |
Remarks
Required