NetAppBucketData.Status Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The bucket credentials status. There states:
"NoCredentialsSet": Access and Secret key pair have not been generated. "CredentialsExpired": Access and Secret key pair have expired. "Active": The certificate has been installed and credentials are unexpired.
public Azure.ResourceManager.NetApp.Models.NetAppBucketCredentialStatus? Status { get; }
member this.Status : Nullable<Azure.ResourceManager.NetApp.Models.NetAppBucketCredentialStatus>
Public ReadOnly Property Status As Nullable(Of NetAppBucketCredentialStatus)