Class GetCredentialsCommandResponse
Response for GetCredentials
public sealed class GetCredentialsCommandResponse : ICommandResponse<GetCredentialsCommandSettings>, ICommandResponse
- Inheritance
-
GetCredentialsCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Credentials
Gets or sets the credentials
[JsonPropertyName("credentials")]
public Credential[] Credentials { get; set; }