Class ValidateKeyTabsDetails
Validate keytabs request details.
Inherited Members
Namespace: Oci.FilestorageService.Models
Assembly: OCI.DotNetSDK.Filestorage.dll
Syntax
public class ValidateKeyTabsDetails
Properties
KeyTabSecretDetails
Declaration
[JsonProperty(PropertyName = "keyTabSecretDetails")]
public KeyTabSecretDetails KeyTabSecretDetails { get; set; }
Property Value
Type | Description |
---|---|
KeyTabSecretDetails |
MountTargetId
Declaration
[JsonProperty(PropertyName = "mountTargetId")]
public string MountTargetId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the mount target whose keytabs are to be validated. |