PSNetAppFilesBucketCredential Class
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.
Bucket Access Key, Secret Key and key pair expiry returned by GenerateCredentials.
public class PSNetAppFilesBucketCredential
type PSNetAppFilesBucketCredential = class
Public Class PSNetAppFilesBucketCredential
- Inheritance
-
PSNetAppFilesBucketCredential
Constructors
| Name | Description |
|---|---|
| PSNetAppFilesBucketCredential() | |
Properties
| Name | Description |
|---|---|
| AccessKey |
Gets or sets the Access Key required along with the Secret Key to access the bucket. |
| KeyPairExpiry |
Gets or sets the bucket's Access and Secret key pair expiry date and time (in UTC). |
| SecretKey |
Gets or sets the Secret Key required along with the Access Key to access the bucket. |