Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ Deduplication Guide
  3. S3 Interface for MSDP
  4. Identity and Access Management (IAM) for S3 interface for MSDP
  5. IAM APIs for S3 interface for MSDP
  6. Data Types
NetBackup™ Deduplication Guide

Data Types

Table: Data types

Data type

Description

User

Contains the information about an IAM user entity.

  • UserName

    The friendly name identifying the user.

    Type: String

    Length Constraints: Minimum length of 1. Maximum length of 64.

    Pattern: [\w+=,.@-]+

    Required: Yes

  • CreateDate

    The date and time, in ISO 8601 date-time format, when the user was created.

    Type: Timestamp

    Required: Yes

AccessKey

Contains the information about an MSDP S3 access key.

  • AccessKeyId

    The ID for this access key.

    Type: String

    Length Constraints: Minimum length of 16. Maximum length of 128.

    Pattern: [\w]+

    Required: Yes

  • CreateDate

    The date when the access key was created.

    Type: Timestamp

    Required: No

  • SecretAccessKey

    The secret key that is used to sign requests.

    Type: String

    Required: Yes

  • Status

    The status of the access key. Active means that the key is valid for API calls, while Inactive means it is not.

    Type: String

    Valid Values: Active | Inactive

    Required: Yes

  • UserName

    The name of the IAM user that the access key is associated with.

    Type: String

    Length Constraints: Minimum length of 1. Maximum length of 64.

    Pattern: [\w+=,.@-]+

    Required: Yes

AccessKeyMetadata

Contains the information about an MSDP S3 access key, without its secret key.

  • AccessKeyId

    The ID for this access key.

    Type: String

    Length Constraints: Minimum length of 16. Maximum length of 128.

    Pattern: [\w]+

    Required: No

  • CreateDate

    The date when the access key was created.

    Type: Timestamp

    Required: No

  • Status

    The status of the access key. Active means that the key is valid for API calls, while Inactive means that it is not.

    Type: String

    Valid Values: Active | Inactive

    Required: No

  • UserName

    The name of the IAM user that the access key is associated with.

    Type: String

    Length Constraints: Minimum length of 1. Maximum length of 64.

    Pattern: [\w+=,.@-]+

    Required: No

Feedback

Was this page helpful?
Previous

DeleteUserPolicy

Next

IAM policy document syntax

Feedback

Was this page helpful?