Show / Hide Table of Contents

Class ValidateKeyTabsDetails

Validate keytabs request details.

Inheritance
object
ValidateKeyTabsDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top