Class AssetSourceCredentials
Credentials for an asset source.
Inherited Members
Namespace: Oci.CloudbridgeService.Models
Assembly: OCI.DotNetSDK.Cloudbridge.dll
Syntax
public class AssetSourceCredentialsProperties
SecretId
Declaration
[Required(ErrorMessage = "SecretId is required.")]
[JsonProperty(PropertyName = "secretId")]
public string SecretId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Type
Declaration
[Required(ErrorMessage = "Type is required.")]
[JsonProperty(PropertyName = "type")]
[JsonConverter(typeof(ResponseEnumConverter))]
public AssetSourceCredentialsType? Type { get; set; }Property Value
| Type | Description | 
|---|---|
| AssetSourceCredentialsType? | Authentication type | 
Remarks
Required