ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getBackupRecoveryConnectorGetUsers
Explore with Pulumi AI
Provides a read-only data source to retrieve information about backup_recovery_connector_get_users. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetBackupRecoveryConnectorGetUsersArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var backupRecoveryConnectorGetUsers = IbmFunctions.getBackupRecoveryConnectorGetUsers(GetBackupRecoveryConnectorGetUsersArgs.builder()
.sessionName(ibm_backup_recovery_connector_update_user.backup_recovery_connector_update_user_instance().session_name())
.build());
}
}
variables:
backupRecoveryConnectorGetUsers:
fn::invoke:
function: ibm:getBackupRecoveryConnectorGetUsers
arguments:
sessionName: ${ibm_backup_recovery_connector_update_user.backup_recovery_connector_update_user_instance.session_name}
Using getBackupRecoveryConnectorGetUsers
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getBackupRecoveryConnectorGetUsers(args: GetBackupRecoveryConnectorGetUsersArgs, opts?: InvokeOptions): Promise<GetBackupRecoveryConnectorGetUsersResult>
function getBackupRecoveryConnectorGetUsersOutput(args: GetBackupRecoveryConnectorGetUsersOutputArgs, opts?: InvokeOptions): Output<GetBackupRecoveryConnectorGetUsersResult>
def get_backup_recovery_connector_get_users(all_under_hierarchy: Optional[bool] = None,
domain: Optional[str] = None,
email_addresses: Optional[Sequence[str]] = None,
id: Optional[str] = None,
partial_match: Optional[bool] = None,
session_name_cookie: Optional[str] = None,
tenant_ids: Optional[Sequence[str]] = None,
usernames: Optional[Sequence[str]] = None,
opts: Optional[InvokeOptions] = None) -> GetBackupRecoveryConnectorGetUsersResult
def get_backup_recovery_connector_get_users_output(all_under_hierarchy: Optional[pulumi.Input[bool]] = None,
domain: Optional[pulumi.Input[str]] = None,
email_addresses: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
id: Optional[pulumi.Input[str]] = None,
partial_match: Optional[pulumi.Input[bool]] = None,
session_name_cookie: Optional[pulumi.Input[str]] = None,
tenant_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
usernames: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBackupRecoveryConnectorGetUsersResult]
func GetBackupRecoveryConnectorGetUsers(ctx *Context, args *GetBackupRecoveryConnectorGetUsersArgs, opts ...InvokeOption) (*GetBackupRecoveryConnectorGetUsersResult, error)
func GetBackupRecoveryConnectorGetUsersOutput(ctx *Context, args *GetBackupRecoveryConnectorGetUsersOutputArgs, opts ...InvokeOption) GetBackupRecoveryConnectorGetUsersResultOutput
> Note: This function is named GetBackupRecoveryConnectorGetUsers
in the Go SDK.
public static class GetBackupRecoveryConnectorGetUsers
{
public static Task<GetBackupRecoveryConnectorGetUsersResult> InvokeAsync(GetBackupRecoveryConnectorGetUsersArgs args, InvokeOptions? opts = null)
public static Output<GetBackupRecoveryConnectorGetUsersResult> Invoke(GetBackupRecoveryConnectorGetUsersInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBackupRecoveryConnectorGetUsersResult> getBackupRecoveryConnectorGetUsers(GetBackupRecoveryConnectorGetUsersArgs args, InvokeOptions options)
public static Output<GetBackupRecoveryConnectorGetUsersResult> getBackupRecoveryConnectorGetUsers(GetBackupRecoveryConnectorGetUsersArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getBackupRecoveryConnectorGetUsers:getBackupRecoveryConnectorGetUsers
arguments:
# arguments dictionary
The following arguments are supported:
- string
- All
Under boolHierarchy - AllUnderHierarchy specifies if objects of all the tenants under the hierarchy of the logged in user's organization should be returned.TenantIds contains ids of the tenants for which objects are to be returned.
- Domain string
- Optionally specify a domain to filter by. If no domain is specified, all users on the Cohesity Cluster are searched. If a domain is specified, only users on the Cohesity Cluster associated with that domain are searched.
- Email
Addresses List<string> - Optionally specify a list of email addresses to filter by.
- Id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Partial
Match bool - Tenant
Ids List<string> - TenantIds contains ids of the tenants for which objects are to be returned.
- Usernames List<string>
- Optionally specify a list of usernames to filter by. All users containing username will be returned.
- string
- All
Under boolHierarchy - AllUnderHierarchy specifies if objects of all the tenants under the hierarchy of the logged in user's organization should be returned.TenantIds contains ids of the tenants for which objects are to be returned.
- Domain string
- Optionally specify a domain to filter by. If no domain is specified, all users on the Cohesity Cluster are searched. If a domain is specified, only users on the Cohesity Cluster associated with that domain are searched.
- Email
Addresses []string - Optionally specify a list of email addresses to filter by.
- Id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Partial
Match bool - Tenant
Ids []string - TenantIds contains ids of the tenants for which objects are to be returned.
- Usernames []string
- Optionally specify a list of usernames to filter by. All users containing username will be returned.
- String
- all
Under BooleanHierarchy - AllUnderHierarchy specifies if objects of all the tenants under the hierarchy of the logged in user's organization should be returned.TenantIds contains ids of the tenants for which objects are to be returned.
- domain String
- Optionally specify a domain to filter by. If no domain is specified, all users on the Cohesity Cluster are searched. If a domain is specified, only users on the Cohesity Cluster associated with that domain are searched.
- email
Addresses List<String> - Optionally specify a list of email addresses to filter by.
- id String
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- partial
Match Boolean - tenant
Ids List<String> - TenantIds contains ids of the tenants for which objects are to be returned.
- usernames List<String>
- Optionally specify a list of usernames to filter by. All users containing username will be returned.
- string
- all
Under booleanHierarchy - AllUnderHierarchy specifies if objects of all the tenants under the hierarchy of the logged in user's organization should be returned.TenantIds contains ids of the tenants for which objects are to be returned.
- domain string
- Optionally specify a domain to filter by. If no domain is specified, all users on the Cohesity Cluster are searched. If a domain is specified, only users on the Cohesity Cluster associated with that domain are searched.
- email
Addresses string[] - Optionally specify a list of email addresses to filter by.
- id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- partial
Match boolean - tenant
Ids string[] - TenantIds contains ids of the tenants for which objects are to be returned.
- usernames string[]
- Optionally specify a list of usernames to filter by. All users containing username will be returned.
- str
- all_
under_ boolhierarchy - AllUnderHierarchy specifies if objects of all the tenants under the hierarchy of the logged in user's organization should be returned.TenantIds contains ids of the tenants for which objects are to be returned.
- domain str
- Optionally specify a domain to filter by. If no domain is specified, all users on the Cohesity Cluster are searched. If a domain is specified, only users on the Cohesity Cluster associated with that domain are searched.
- email_
addresses Sequence[str] - Optionally specify a list of email addresses to filter by.
- id str
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- partial_
match bool - tenant_
ids Sequence[str] - TenantIds contains ids of the tenants for which objects are to be returned.
- usernames Sequence[str]
- Optionally specify a list of usernames to filter by. All users containing username will be returned.
- String
- all
Under BooleanHierarchy - AllUnderHierarchy specifies if objects of all the tenants under the hierarchy of the logged in user's organization should be returned.TenantIds contains ids of the tenants for which objects are to be returned.
- domain String
- Optionally specify a domain to filter by. If no domain is specified, all users on the Cohesity Cluster are searched. If a domain is specified, only users on the Cohesity Cluster associated with that domain are searched.
- email
Addresses List<String> - Optionally specify a list of email addresses to filter by.
- id String
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- partial
Match Boolean - tenant
Ids List<String> - TenantIds contains ids of the tenants for which objects are to be returned.
- usernames List<String>
- Optionally specify a list of usernames to filter by. All users containing username will be returned.
getBackupRecoveryConnectorGetUsers Result
The following output properties are available:
- Id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- string
- Users
List<Get
Backup Recovery Connector Get Users User> - (List) Specifies list of users. Nested schema for users:
- All
Under boolHierarchy - Domain string
- (String) Specifies the fully qualified domain name (FQDN) of an Active Directory or LOCAL for the default LOCAL domain on the Cohesity Cluster. A user is uniquely identified by combination of the username and the domain.
- Email
Addresses List<string> - Partial
Match bool - Tenant
Ids List<string> - Usernames List<string>
- Id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- string
- Users
[]Get
Backup Recovery Connector Get Users User - (List) Specifies list of users. Nested schema for users:
- All
Under boolHierarchy - Domain string
- (String) Specifies the fully qualified domain name (FQDN) of an Active Directory or LOCAL for the default LOCAL domain on the Cohesity Cluster. A user is uniquely identified by combination of the username and the domain.
- Email
Addresses []string - Partial
Match bool - Tenant
Ids []string - Usernames []string
- id String
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- String
- users
List<Get
Backup Recovery Connector Get Users User> - (List) Specifies list of users. Nested schema for users:
- all
Under BooleanHierarchy - domain String
- (String) Specifies the fully qualified domain name (FQDN) of an Active Directory or LOCAL for the default LOCAL domain on the Cohesity Cluster. A user is uniquely identified by combination of the username and the domain.
- email
Addresses List<String> - partial
Match Boolean - tenant
Ids List<String> - usernames List<String>
- id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- string
- users
Get
Backup Recovery Connector Get Users User[] - (List) Specifies list of users. Nested schema for users:
- all
Under booleanHierarchy - domain string
- (String) Specifies the fully qualified domain name (FQDN) of an Active Directory or LOCAL for the default LOCAL domain on the Cohesity Cluster. A user is uniquely identified by combination of the username and the domain.
- email
Addresses string[] - partial
Match boolean - tenant
Ids string[] - usernames string[]
- id str
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- str
- users
Sequence[Get
Backup Recovery Connector Get Users User] - (List) Specifies list of users. Nested schema for users:
- all_
under_ boolhierarchy - domain str
- (String) Specifies the fully qualified domain name (FQDN) of an Active Directory or LOCAL for the default LOCAL domain on the Cohesity Cluster. A user is uniquely identified by combination of the username and the domain.
- email_
addresses Sequence[str] - partial_
match bool - tenant_
ids Sequence[str] - usernames Sequence[str]
- id String
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- String
- users List<Property Map>
- (List) Specifies list of users. Nested schema for users:
- all
Under BooleanHierarchy - domain String
- (String) Specifies the fully qualified domain name (FQDN) of an Active Directory or LOCAL for the default LOCAL domain on the Cohesity Cluster. A user is uniquely identified by combination of the username and the domain.
- email
Addresses List<String> - partial
Match Boolean - tenant
Ids List<String> - usernames List<String>
Supporting Types
GetBackupRecoveryConnectorGetUsersUser
- Ad
User List<GetInfos Backup Recovery Connector Get Users User Ad User Info> - (List) Specifies an AD User's information logged in using an active directory. This information is not stored on the Cluster. Nested schema for ad_user_info:
- Additional
Group List<string>Names - (List) Specifies the names of additional groups this User may belong to.
- Allow
Dso boolModify - (Boolean) Specifies if the data security user can be modified by the admin users.
- Audit
Log List<GetSettings Backup Recovery Connector Get Users User Audit Log Setting> - (List) AuditLogSettings specifies struct with audt log configuration. Make these settings in such a way that zero values are cluster default when bb is not present. Nested schema for audit_log_settings:
- Authentication
Type string - (String) Specifies the authentication type of the user. 'kAuthLocal' implies authenticated user is a local user. 'kAuthAd' implies authenticated user is an Active Directory user. 'kAuthSalesforce' implies authenticated user is a Salesforce user. 'kAuthGoogle' implies authenticated user is a Google user. 'kAuthSso' implies authenticated user is an SSO user.
- Constraints: Allowable values are:
kAuthLocal
,kAuthAd
,kAuthSalesforce
,kAuthGoogle
,kAuthSso
.
- Constraints: Allowable values are:
- Cluster
Identifiers List<GetBackup Recovery Connector Get Users User Cluster Identifier> - (List) Specifies the list of clusters. Nested schema for cluster_identifiers:
- Created
Time doubleMsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access was created.
- Current
Password string - (String) Specifies the current password when updating the password.
- Description string
- (String) Specifies a description about the user.
- Domain string
- Optionally specify a domain to filter by. If no domain is specified, all users on the Cohesity Cluster are searched. If a domain is specified, only users on the Cohesity Cluster associated with that domain are searched.
- Effective
Time doubleMsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access becomes effective. Until that time, the user cannot log in.
- Email
Address string - (String) Specifies the email address of the user.
- Expired
Time doubleMsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access becomes expired. After that, the user cannot log in.
- Force
Password boolChange - (Boolean) Specifies whether to force user to change password.
- Google
Accounts List<GetBackup Recovery Connector Get Users User Google Account> - (List) Google Account Information of a Helios BaaS user. Nested schema for google_account:
- Group
Roles List<string> - (List) Specifies the Cohesity roles to associate with the user' group. These roles can only be edited from group.
- Id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Idp
User List<GetInfos Backup Recovery Connector Get Users User Idp User Info> - (List) Specifies an IdP User's information logged in using an IdP. This information is not stored on the Cluster. Nested schema for idp_user_info:
- Intercom
Messenger stringToken - (String) Specifies the messenger token for intercom identity verification.
- Is
Account boolLocked - (Boolean) Specifies whether the user account is locked.
- Is
Account boolMfa Enabled - (Boolean) Specifies if MFA is enabled for the Helios Account.
- Is
Active bool - (Boolean) Specifies whether or not the tenant is active.
- Is
Cluster boolMfa Enabled - (Boolean) Specifies if MFA is enabled on cluster.
- Last
Successful doubleLogin Time Msecs - (Integer) Specifies the epoch time in milliseconds when the user was last logged in successfully.
- Last
Updated doubleTime Msecs - (Integer) Specifies the epoch time in milliseconds when the tenant access was last modified.
- Mfa
Infos List<GetBackup Recovery Connector Get Users User Mfa Info> - (List) Specifies information about MFA. Nested schema for mfa_info:
- Mfa
Methods List<string> - (List) Specifies MFA methods that enabled on the cluster.
- Object
Class string - (String) Specifies object class of user, could be either user or group.
- Org
Memberships List<GetBackup Recovery Connector Get Users User Org Membership> - (List) OrgMembership contains the list of all available tenantIds for this user to switch to. Only when creating the session user, this field is populated on the fly. We discover the tenantIds from various groups assigned to the users. Nested schema for org_membership:
- Password string
- (String) Specifies the password of this user.
- Preferences
List<Get
Backup Recovery Connector Get Users User Preference> - (List) Specifies the preferences of this user. Nested schema for preferences:
- Previous
Login doubleTime Msecs - (Integer) Specifies the epoch time in milliseconds of previous user login.
- Primary
Group stringName - (String) Specifies the name of the primary group of this User.
- Privilege
Ids List<string> - (List) Specifies the Cohesity privileges from the roles. This will be populated based on the union of all privileges in roles. Type for unique privilege Id values. All below enum values specify a value for all uniquely defined privileges in Cohesity.
- Constraints: Allowable list items are:
kPrincipalView
,kPrincipalModify
,kAppLaunch
,kAppsManagement
,kOrganizationView
,kOrganizationModify
,kOrganizationImpersonate
,kCloneView
,kCloneModify
,kClusterView
,kClusterModify
,kClusterCreate
,kClusterSupport
,kClusterUpgrade
,kClusterRemoteView
,kClusterRemoteModify
,kClusterExternalTargetView
,kClusterExternalTargetModify
,kClusterAudit
,kAlertView
,kAlertModify
,kVlanView
,kVlanModify
,kHybridExtenderView
,kHybridExtenderDownload
,kAdLdapView
,kAdLdapModify
,kSchedulerView
,kSchedulerModify
,kProtectionView
,kProtectionModify
,kProtectionJobOperate
,kProtectionSourceModify
,kProtectionPolicyView
,kProtectionPolicyModify
,kRestoreView
,kRestoreModify
,kRestoreDownload
,kRemoteRestore
,kStorageView
,kStorageModify
,kStorageDomainView
,kStorageDomainModify
,kAnalyticsView
,kAnalyticsModify
,kReportsView
,kMcmModify
,kDataSecurity
,kSmbBackup
,kSmbRestore
,kSmbTakeOwnership
,kSmbAuditing
,kMcmUnregister
,kMcmUpgrade
,kMcmModifySuperAdmin
,kMcmViewSuperAdmin
,kMcmModifyCohesityAdmin
,kMcmViewCohesityAdmin
,kObjectSearch
,kFileDatalockExpiryTimeDecrease
.
- Constraints: Allowable list items are:
- Profiles
List<Get
Backup Recovery Connector Get Users User Profile> - (List) Specifies the user profiles. NOTE:- Currently used for Helios. Nested schema for profiles:
- Restricted bool
- (Boolean) Whether the user is a restricted user. A restricted user can only view the objects he has permissions to.
- Roles List<string>
- (List) Specifies the Cohesity roles to associate with the user such as such as 'Admin', 'Ops' or 'View'.
- Constraints: The minimum length is
1
item.
- Constraints: The minimum length is
- S3Access
Key stringId - (String) Specifies the S3 Account Access Key ID.
- S3Account
Id string - (String) Specifies the S3 Account Canonical User ID.
- S3Secret
Key string - (String) Specifies the S3 Account Secret Key.
- Salesforce
Accounts List<GetBackup Recovery Connector Get Users User Salesforce Account> - (List) Salesforce Account Information of a Helios user. Nested schema for salesforce_account:
- Sid string
- (String) Specifies the unique Security ID (SID) of the user. This field is mandatory in modifying user.
- Spog
Contexts List<GetBackup Recovery Connector Get Users User Spog Context> - (List) SpogContext specifies all of the information about the user and cluster which is performing action on this cluster. Nested schema for spog_context:
- Subscription
Infos List<GetBackup Recovery Connector Get Users User Subscription Info> - (List) Extends this to have Helios, DRaaS and DSaaS. Nested schema for subscription_info:
- Tenant
Accesses List<GetBackup Recovery Connector Get Users User Tenant Access> - (List) Specfies the Tenant Access for MCM User. Nested schema for tenant_accesses:
- Tenant
Id string - (String) Specifies the effective Tenant ID of the user.
- Username string
- (String) Specifies the login name of the user.
- Ad
User []GetInfos Backup Recovery Connector Get Users User Ad User Info - (List) Specifies an AD User's information logged in using an active directory. This information is not stored on the Cluster. Nested schema for ad_user_info:
- Additional
Group []stringNames - (List) Specifies the names of additional groups this User may belong to.
- Allow
Dso boolModify - (Boolean) Specifies if the data security user can be modified by the admin users.
- Audit
Log []GetSettings Backup Recovery Connector Get Users User Audit Log Setting - (List) AuditLogSettings specifies struct with audt log configuration. Make these settings in such a way that zero values are cluster default when bb is not present. Nested schema for audit_log_settings:
- Authentication
Type string - (String) Specifies the authentication type of the user. 'kAuthLocal' implies authenticated user is a local user. 'kAuthAd' implies authenticated user is an Active Directory user. 'kAuthSalesforce' implies authenticated user is a Salesforce user. 'kAuthGoogle' implies authenticated user is a Google user. 'kAuthSso' implies authenticated user is an SSO user.
- Constraints: Allowable values are:
kAuthLocal
,kAuthAd
,kAuthSalesforce
,kAuthGoogle
,kAuthSso
.
- Constraints: Allowable values are:
- Cluster
Identifiers []GetBackup Recovery Connector Get Users User Cluster Identifier - (List) Specifies the list of clusters. Nested schema for cluster_identifiers:
- Created
Time float64Msecs - (Integer) Specifies the epoch time in milliseconds when the tenant access was created.
- Current
Password string - (String) Specifies the current password when updating the password.
- Description string
- (String) Specifies a description about the user.
- Domain string
- Optionally specify a domain to filter by. If no domain is specified, all users on the Cohesity Cluster are searched. If a domain is specified, only users on the Cohesity Cluster associated with that domain are searched.
- Effective
Time float64Msecs - (Integer) Specifies the epoch time in milliseconds when the tenant access becomes effective. Until that time, the user cannot log in.
- Email
Address string - (String) Specifies the email address of the user.
- Expired
Time float64Msecs - (Integer) Specifies the epoch time in milliseconds when the tenant access becomes expired. After that, the user cannot log in.
- Force
Password boolChange - (Boolean) Specifies whether to force user to change password.
- Google
Accounts []GetBackup Recovery Connector Get Users User Google Account - (List) Google Account Information of a Helios BaaS user. Nested schema for google_account:
- Group
Roles []string - (List) Specifies the Cohesity roles to associate with the user' group. These roles can only be edited from group.
- Id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- Idp
User []GetInfos Backup Recovery Connector Get Users User Idp User Info - (List) Specifies an IdP User's information logged in using an IdP. This information is not stored on the Cluster. Nested schema for idp_user_info:
- Intercom
Messenger stringToken - (String) Specifies the messenger token for intercom identity verification.
- Is
Account boolLocked - (Boolean) Specifies whether the user account is locked.
- Is
Account boolMfa Enabled - (Boolean) Specifies if MFA is enabled for the Helios Account.
- Is
Active bool - (Boolean) Specifies whether or not the tenant is active.
- Is
Cluster boolMfa Enabled - (Boolean) Specifies if MFA is enabled on cluster.
- Last
Successful float64Login Time Msecs - (Integer) Specifies the epoch time in milliseconds when the user was last logged in successfully.
- Last
Updated float64Time Msecs - (Integer) Specifies the epoch time in milliseconds when the tenant access was last modified.
- Mfa
Infos []GetBackup Recovery Connector Get Users User Mfa Info - (List) Specifies information about MFA. Nested schema for mfa_info:
- Mfa
Methods []string - (List) Specifies MFA methods that enabled on the cluster.
- Object
Class string - (String) Specifies object class of user, could be either user or group.
- Org
Memberships []GetBackup Recovery Connector Get Users User Org Membership - (List) OrgMembership contains the list of all available tenantIds for this user to switch to. Only when creating the session user, this field is populated on the fly. We discover the tenantIds from various groups assigned to the users. Nested schema for org_membership:
- Password string
- (String) Specifies the password of this user.
- Preferences
[]Get
Backup Recovery Connector Get Users User Preference - (List) Specifies the preferences of this user. Nested schema for preferences:
- Previous
Login float64Time Msecs - (Integer) Specifies the epoch time in milliseconds of previous user login.
- Primary
Group stringName - (String) Specifies the name of the primary group of this User.
- Privilege
Ids []string - (List) Specifies the Cohesity privileges from the roles. This will be populated based on the union of all privileges in roles. Type for unique privilege Id values. All below enum values specify a value for all uniquely defined privileges in Cohesity.
- Constraints: Allowable list items are:
kPrincipalView
,kPrincipalModify
,kAppLaunch
,kAppsManagement
,kOrganizationView
,kOrganizationModify
,kOrganizationImpersonate
,kCloneView
,kCloneModify
,kClusterView
,kClusterModify
,kClusterCreate
,kClusterSupport
,kClusterUpgrade
,kClusterRemoteView
,kClusterRemoteModify
,kClusterExternalTargetView
,kClusterExternalTargetModify
,kClusterAudit
,kAlertView
,kAlertModify
,kVlanView
,kVlanModify
,kHybridExtenderView
,kHybridExtenderDownload
,kAdLdapView
,kAdLdapModify
,kSchedulerView
,kSchedulerModify
,kProtectionView
,kProtectionModify
,kProtectionJobOperate
,kProtectionSourceModify
,kProtectionPolicyView
,kProtectionPolicyModify
,kRestoreView
,kRestoreModify
,kRestoreDownload
,kRemoteRestore
,kStorageView
,kStorageModify
,kStorageDomainView
,kStorageDomainModify
,kAnalyticsView
,kAnalyticsModify
,kReportsView
,kMcmModify
,kDataSecurity
,kSmbBackup
,kSmbRestore
,kSmbTakeOwnership
,kSmbAuditing
,kMcmUnregister
,kMcmUpgrade
,kMcmModifySuperAdmin
,kMcmViewSuperAdmin
,kMcmModifyCohesityAdmin
,kMcmViewCohesityAdmin
,kObjectSearch
,kFileDatalockExpiryTimeDecrease
.
- Constraints: Allowable list items are:
- Profiles
[]Get
Backup Recovery Connector Get Users User Profile - (List) Specifies the user profiles. NOTE:- Currently used for Helios. Nested schema for profiles:
- Restricted bool
- (Boolean) Whether the user is a restricted user. A restricted user can only view the objects he has permissions to.
- Roles []string
- (List) Specifies the Cohesity roles to associate with the user such as such as 'Admin', 'Ops' or 'View'.
- Constraints: The minimum length is
1
item.
- Constraints: The minimum length is
- S3Access
Key stringId - (String) Specifies the S3 Account Access Key ID.
- S3Account
Id string - (String) Specifies the S3 Account Canonical User ID.
- S3Secret
Key string - (String) Specifies the S3 Account Secret Key.
- Salesforce
Accounts []GetBackup Recovery Connector Get Users User Salesforce Account - (List) Salesforce Account Information of a Helios user. Nested schema for salesforce_account:
- Sid string
- (String) Specifies the unique Security ID (SID) of the user. This field is mandatory in modifying user.
- Spog
Contexts []GetBackup Recovery Connector Get Users User Spog Context - (List) SpogContext specifies all of the information about the user and cluster which is performing action on this cluster. Nested schema for spog_context:
- Subscription
Infos []GetBackup Recovery Connector Get Users User Subscription Info - (List) Extends this to have Helios, DRaaS and DSaaS. Nested schema for subscription_info:
- Tenant
Accesses []GetBackup Recovery Connector Get Users User Tenant Access - (List) Specfies the Tenant Access for MCM User. Nested schema for tenant_accesses:
- Tenant
Id string - (String) Specifies the effective Tenant ID of the user.
- Username string
- (String) Specifies the login name of the user.
- ad
User List<GetInfos Backup Recovery Connector Get Users User Ad User Info> - (List) Specifies an AD User's information logged in using an active directory. This information is not stored on the Cluster. Nested schema for ad_user_info:
- additional
Group List<String>Names - (List) Specifies the names of additional groups this User may belong to.
- allow
Dso BooleanModify - (Boolean) Specifies if the data security user can be modified by the admin users.
- audit
Log List<GetSettings Backup Recovery Connector Get Users User Audit Log Setting> - (List) AuditLogSettings specifies struct with audt log configuration. Make these settings in such a way that zero values are cluster default when bb is not present. Nested schema for audit_log_settings:
- authentication
Type String - (String) Specifies the authentication type of the user. 'kAuthLocal' implies authenticated user is a local user. 'kAuthAd' implies authenticated user is an Active Directory user. 'kAuthSalesforce' implies authenticated user is a Salesforce user. 'kAuthGoogle' implies authenticated user is a Google user. 'kAuthSso' implies authenticated user is an SSO user.
- Constraints: Allowable values are:
kAuthLocal
,kAuthAd
,kAuthSalesforce
,kAuthGoogle
,kAuthSso
.
- Constraints: Allowable values are:
- cluster
Identifiers List<GetBackup Recovery Connector Get Users User Cluster Identifier> - (List) Specifies the list of clusters. Nested schema for cluster_identifiers:
- created
Time DoubleMsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access was created.
- current
Password String - (String) Specifies the current password when updating the password.
- description String
- (String) Specifies a description about the user.
- domain String
- Optionally specify a domain to filter by. If no domain is specified, all users on the Cohesity Cluster are searched. If a domain is specified, only users on the Cohesity Cluster associated with that domain are searched.
- effective
Time DoubleMsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access becomes effective. Until that time, the user cannot log in.
- email
Address String - (String) Specifies the email address of the user.
- expired
Time DoubleMsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access becomes expired. After that, the user cannot log in.
- force
Password BooleanChange - (Boolean) Specifies whether to force user to change password.
- google
Accounts List<GetBackup Recovery Connector Get Users User Google Account> - (List) Google Account Information of a Helios BaaS user. Nested schema for google_account:
- group
Roles List<String> - (List) Specifies the Cohesity roles to associate with the user' group. These roles can only be edited from group.
- id String
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- idp
User List<GetInfos Backup Recovery Connector Get Users User Idp User Info> - (List) Specifies an IdP User's information logged in using an IdP. This information is not stored on the Cluster. Nested schema for idp_user_info:
- intercom
Messenger StringToken - (String) Specifies the messenger token for intercom identity verification.
- is
Account BooleanLocked - (Boolean) Specifies whether the user account is locked.
- is
Account BooleanMfa Enabled - (Boolean) Specifies if MFA is enabled for the Helios Account.
- is
Active Boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Cluster BooleanMfa Enabled - (Boolean) Specifies if MFA is enabled on cluster.
- last
Successful DoubleLogin Time Msecs - (Integer) Specifies the epoch time in milliseconds when the user was last logged in successfully.
- last
Updated DoubleTime Msecs - (Integer) Specifies the epoch time in milliseconds when the tenant access was last modified.
- mfa
Infos List<GetBackup Recovery Connector Get Users User Mfa Info> - (List) Specifies information about MFA. Nested schema for mfa_info:
- mfa
Methods List<String> - (List) Specifies MFA methods that enabled on the cluster.
- object
Class String - (String) Specifies object class of user, could be either user or group.
- org
Memberships List<GetBackup Recovery Connector Get Users User Org Membership> - (List) OrgMembership contains the list of all available tenantIds for this user to switch to. Only when creating the session user, this field is populated on the fly. We discover the tenantIds from various groups assigned to the users. Nested schema for org_membership:
- password String
- (String) Specifies the password of this user.
- preferences
List<Get
Backup Recovery Connector Get Users User Preference> - (List) Specifies the preferences of this user. Nested schema for preferences:
- previous
Login DoubleTime Msecs - (Integer) Specifies the epoch time in milliseconds of previous user login.
- primary
Group StringName - (String) Specifies the name of the primary group of this User.
- privilege
Ids List<String> - (List) Specifies the Cohesity privileges from the roles. This will be populated based on the union of all privileges in roles. Type for unique privilege Id values. All below enum values specify a value for all uniquely defined privileges in Cohesity.
- Constraints: Allowable list items are:
kPrincipalView
,kPrincipalModify
,kAppLaunch
,kAppsManagement
,kOrganizationView
,kOrganizationModify
,kOrganizationImpersonate
,kCloneView
,kCloneModify
,kClusterView
,kClusterModify
,kClusterCreate
,kClusterSupport
,kClusterUpgrade
,kClusterRemoteView
,kClusterRemoteModify
,kClusterExternalTargetView
,kClusterExternalTargetModify
,kClusterAudit
,kAlertView
,kAlertModify
,kVlanView
,kVlanModify
,kHybridExtenderView
,kHybridExtenderDownload
,kAdLdapView
,kAdLdapModify
,kSchedulerView
,kSchedulerModify
,kProtectionView
,kProtectionModify
,kProtectionJobOperate
,kProtectionSourceModify
,kProtectionPolicyView
,kProtectionPolicyModify
,kRestoreView
,kRestoreModify
,kRestoreDownload
,kRemoteRestore
,kStorageView
,kStorageModify
,kStorageDomainView
,kStorageDomainModify
,kAnalyticsView
,kAnalyticsModify
,kReportsView
,kMcmModify
,kDataSecurity
,kSmbBackup
,kSmbRestore
,kSmbTakeOwnership
,kSmbAuditing
,kMcmUnregister
,kMcmUpgrade
,kMcmModifySuperAdmin
,kMcmViewSuperAdmin
,kMcmModifyCohesityAdmin
,kMcmViewCohesityAdmin
,kObjectSearch
,kFileDatalockExpiryTimeDecrease
.
- Constraints: Allowable list items are:
- profiles
List<Get
Backup Recovery Connector Get Users User Profile> - (List) Specifies the user profiles. NOTE:- Currently used for Helios. Nested schema for profiles:
- restricted Boolean
- (Boolean) Whether the user is a restricted user. A restricted user can only view the objects he has permissions to.
- roles List<String>
- (List) Specifies the Cohesity roles to associate with the user such as such as 'Admin', 'Ops' or 'View'.
- Constraints: The minimum length is
1
item.
- Constraints: The minimum length is
- s3Access
Key StringId - (String) Specifies the S3 Account Access Key ID.
- s3Account
Id String - (String) Specifies the S3 Account Canonical User ID.
- s3Secret
Key String - (String) Specifies the S3 Account Secret Key.
- salesforce
Accounts List<GetBackup Recovery Connector Get Users User Salesforce Account> - (List) Salesforce Account Information of a Helios user. Nested schema for salesforce_account:
- sid String
- (String) Specifies the unique Security ID (SID) of the user. This field is mandatory in modifying user.
- spog
Contexts List<GetBackup Recovery Connector Get Users User Spog Context> - (List) SpogContext specifies all of the information about the user and cluster which is performing action on this cluster. Nested schema for spog_context:
- subscription
Infos List<GetBackup Recovery Connector Get Users User Subscription Info> - (List) Extends this to have Helios, DRaaS and DSaaS. Nested schema for subscription_info:
- tenant
Accesses List<GetBackup Recovery Connector Get Users User Tenant Access> - (List) Specfies the Tenant Access for MCM User. Nested schema for tenant_accesses:
- tenant
Id String - (String) Specifies the effective Tenant ID of the user.
- username String
- (String) Specifies the login name of the user.
- ad
User GetInfos Backup Recovery Connector Get Users User Ad User Info[] - (List) Specifies an AD User's information logged in using an active directory. This information is not stored on the Cluster. Nested schema for ad_user_info:
- additional
Group string[]Names - (List) Specifies the names of additional groups this User may belong to.
- allow
Dso booleanModify - (Boolean) Specifies if the data security user can be modified by the admin users.
- audit
Log GetSettings Backup Recovery Connector Get Users User Audit Log Setting[] - (List) AuditLogSettings specifies struct with audt log configuration. Make these settings in such a way that zero values are cluster default when bb is not present. Nested schema for audit_log_settings:
- authentication
Type string - (String) Specifies the authentication type of the user. 'kAuthLocal' implies authenticated user is a local user. 'kAuthAd' implies authenticated user is an Active Directory user. 'kAuthSalesforce' implies authenticated user is a Salesforce user. 'kAuthGoogle' implies authenticated user is a Google user. 'kAuthSso' implies authenticated user is an SSO user.
- Constraints: Allowable values are:
kAuthLocal
,kAuthAd
,kAuthSalesforce
,kAuthGoogle
,kAuthSso
.
- Constraints: Allowable values are:
- cluster
Identifiers GetBackup Recovery Connector Get Users User Cluster Identifier[] - (List) Specifies the list of clusters. Nested schema for cluster_identifiers:
- created
Time numberMsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access was created.
- current
Password string - (String) Specifies the current password when updating the password.
- description string
- (String) Specifies a description about the user.
- domain string
- Optionally specify a domain to filter by. If no domain is specified, all users on the Cohesity Cluster are searched. If a domain is specified, only users on the Cohesity Cluster associated with that domain are searched.
- effective
Time numberMsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access becomes effective. Until that time, the user cannot log in.
- email
Address string - (String) Specifies the email address of the user.
- expired
Time numberMsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access becomes expired. After that, the user cannot log in.
- force
Password booleanChange - (Boolean) Specifies whether to force user to change password.
- google
Accounts GetBackup Recovery Connector Get Users User Google Account[] - (List) Google Account Information of a Helios BaaS user. Nested schema for google_account:
- group
Roles string[] - (List) Specifies the Cohesity roles to associate with the user' group. These roles can only be edited from group.
- id string
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- idp
User GetInfos Backup Recovery Connector Get Users User Idp User Info[] - (List) Specifies an IdP User's information logged in using an IdP. This information is not stored on the Cluster. Nested schema for idp_user_info:
- intercom
Messenger stringToken - (String) Specifies the messenger token for intercom identity verification.
- is
Account booleanLocked - (Boolean) Specifies whether the user account is locked.
- is
Account booleanMfa Enabled - (Boolean) Specifies if MFA is enabled for the Helios Account.
- is
Active boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Cluster booleanMfa Enabled - (Boolean) Specifies if MFA is enabled on cluster.
- last
Successful numberLogin Time Msecs - (Integer) Specifies the epoch time in milliseconds when the user was last logged in successfully.
- last
Updated numberTime Msecs - (Integer) Specifies the epoch time in milliseconds when the tenant access was last modified.
- mfa
Infos GetBackup Recovery Connector Get Users User Mfa Info[] - (List) Specifies information about MFA. Nested schema for mfa_info:
- mfa
Methods string[] - (List) Specifies MFA methods that enabled on the cluster.
- object
Class string - (String) Specifies object class of user, could be either user or group.
- org
Memberships GetBackup Recovery Connector Get Users User Org Membership[] - (List) OrgMembership contains the list of all available tenantIds for this user to switch to. Only when creating the session user, this field is populated on the fly. We discover the tenantIds from various groups assigned to the users. Nested schema for org_membership:
- password string
- (String) Specifies the password of this user.
- preferences
Get
Backup Recovery Connector Get Users User Preference[] - (List) Specifies the preferences of this user. Nested schema for preferences:
- previous
Login numberTime Msecs - (Integer) Specifies the epoch time in milliseconds of previous user login.
- primary
Group stringName - (String) Specifies the name of the primary group of this User.
- privilege
Ids string[] - (List) Specifies the Cohesity privileges from the roles. This will be populated based on the union of all privileges in roles. Type for unique privilege Id values. All below enum values specify a value for all uniquely defined privileges in Cohesity.
- Constraints: Allowable list items are:
kPrincipalView
,kPrincipalModify
,kAppLaunch
,kAppsManagement
,kOrganizationView
,kOrganizationModify
,kOrganizationImpersonate
,kCloneView
,kCloneModify
,kClusterView
,kClusterModify
,kClusterCreate
,kClusterSupport
,kClusterUpgrade
,kClusterRemoteView
,kClusterRemoteModify
,kClusterExternalTargetView
,kClusterExternalTargetModify
,kClusterAudit
,kAlertView
,kAlertModify
,kVlanView
,kVlanModify
,kHybridExtenderView
,kHybridExtenderDownload
,kAdLdapView
,kAdLdapModify
,kSchedulerView
,kSchedulerModify
,kProtectionView
,kProtectionModify
,kProtectionJobOperate
,kProtectionSourceModify
,kProtectionPolicyView
,kProtectionPolicyModify
,kRestoreView
,kRestoreModify
,kRestoreDownload
,kRemoteRestore
,kStorageView
,kStorageModify
,kStorageDomainView
,kStorageDomainModify
,kAnalyticsView
,kAnalyticsModify
,kReportsView
,kMcmModify
,kDataSecurity
,kSmbBackup
,kSmbRestore
,kSmbTakeOwnership
,kSmbAuditing
,kMcmUnregister
,kMcmUpgrade
,kMcmModifySuperAdmin
,kMcmViewSuperAdmin
,kMcmModifyCohesityAdmin
,kMcmViewCohesityAdmin
,kObjectSearch
,kFileDatalockExpiryTimeDecrease
.
- Constraints: Allowable list items are:
- profiles
Get
Backup Recovery Connector Get Users User Profile[] - (List) Specifies the user profiles. NOTE:- Currently used for Helios. Nested schema for profiles:
- restricted boolean
- (Boolean) Whether the user is a restricted user. A restricted user can only view the objects he has permissions to.
- roles string[]
- (List) Specifies the Cohesity roles to associate with the user such as such as 'Admin', 'Ops' or 'View'.
- Constraints: The minimum length is
1
item.
- Constraints: The minimum length is
- s3Access
Key stringId - (String) Specifies the S3 Account Access Key ID.
- s3Account
Id string - (String) Specifies the S3 Account Canonical User ID.
- s3Secret
Key string - (String) Specifies the S3 Account Secret Key.
- salesforce
Accounts GetBackup Recovery Connector Get Users User Salesforce Account[] - (List) Salesforce Account Information of a Helios user. Nested schema for salesforce_account:
- sid string
- (String) Specifies the unique Security ID (SID) of the user. This field is mandatory in modifying user.
- spog
Contexts GetBackup Recovery Connector Get Users User Spog Context[] - (List) SpogContext specifies all of the information about the user and cluster which is performing action on this cluster. Nested schema for spog_context:
- subscription
Infos GetBackup Recovery Connector Get Users User Subscription Info[] - (List) Extends this to have Helios, DRaaS and DSaaS. Nested schema for subscription_info:
- tenant
Accesses GetBackup Recovery Connector Get Users User Tenant Access[] - (List) Specfies the Tenant Access for MCM User. Nested schema for tenant_accesses:
- tenant
Id string - (String) Specifies the effective Tenant ID of the user.
- username string
- (String) Specifies the login name of the user.
- ad_
user_ Sequence[Getinfos Backup Recovery Connector Get Users User Ad User Info] - (List) Specifies an AD User's information logged in using an active directory. This information is not stored on the Cluster. Nested schema for ad_user_info:
- additional_
group_ Sequence[str]names - (List) Specifies the names of additional groups this User may belong to.
- allow_
dso_ boolmodify - (Boolean) Specifies if the data security user can be modified by the admin users.
- audit_
log_ Sequence[Getsettings Backup Recovery Connector Get Users User Audit Log Setting] - (List) AuditLogSettings specifies struct with audt log configuration. Make these settings in such a way that zero values are cluster default when bb is not present. Nested schema for audit_log_settings:
- authentication_
type str - (String) Specifies the authentication type of the user. 'kAuthLocal' implies authenticated user is a local user. 'kAuthAd' implies authenticated user is an Active Directory user. 'kAuthSalesforce' implies authenticated user is a Salesforce user. 'kAuthGoogle' implies authenticated user is a Google user. 'kAuthSso' implies authenticated user is an SSO user.
- Constraints: Allowable values are:
kAuthLocal
,kAuthAd
,kAuthSalesforce
,kAuthGoogle
,kAuthSso
.
- Constraints: Allowable values are:
- cluster_
identifiers Sequence[GetBackup Recovery Connector Get Users User Cluster Identifier] - (List) Specifies the list of clusters. Nested schema for cluster_identifiers:
- created_
time_ floatmsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access was created.
- current_
password str - (String) Specifies the current password when updating the password.
- description str
- (String) Specifies a description about the user.
- domain str
- Optionally specify a domain to filter by. If no domain is specified, all users on the Cohesity Cluster are searched. If a domain is specified, only users on the Cohesity Cluster associated with that domain are searched.
- effective_
time_ floatmsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access becomes effective. Until that time, the user cannot log in.
- email_
address str - (String) Specifies the email address of the user.
- expired_
time_ floatmsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access becomes expired. After that, the user cannot log in.
- force_
password_ boolchange - (Boolean) Specifies whether to force user to change password.
- google_
accounts Sequence[GetBackup Recovery Connector Get Users User Google Account] - (List) Google Account Information of a Helios BaaS user. Nested schema for google_account:
- group_
roles Sequence[str] - (List) Specifies the Cohesity roles to associate with the user' group. These roles can only be edited from group.
- id str
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- idp_
user_ Sequence[Getinfos Backup Recovery Connector Get Users User Idp User Info] - (List) Specifies an IdP User's information logged in using an IdP. This information is not stored on the Cluster. Nested schema for idp_user_info:
- intercom_
messenger_ strtoken - (String) Specifies the messenger token for intercom identity verification.
- is_
account_ boollocked - (Boolean) Specifies whether the user account is locked.
- is_
account_ boolmfa_ enabled - (Boolean) Specifies if MFA is enabled for the Helios Account.
- is_
active bool - (Boolean) Specifies whether or not the tenant is active.
- is_
cluster_ boolmfa_ enabled - (Boolean) Specifies if MFA is enabled on cluster.
- last_
successful_ floatlogin_ time_ msecs - (Integer) Specifies the epoch time in milliseconds when the user was last logged in successfully.
- last_
updated_ floattime_ msecs - (Integer) Specifies the epoch time in milliseconds when the tenant access was last modified.
- mfa_
infos Sequence[GetBackup Recovery Connector Get Users User Mfa Info] - (List) Specifies information about MFA. Nested schema for mfa_info:
- mfa_
methods Sequence[str] - (List) Specifies MFA methods that enabled on the cluster.
- object_
class str - (String) Specifies object class of user, could be either user or group.
- org_
memberships Sequence[GetBackup Recovery Connector Get Users User Org Membership] - (List) OrgMembership contains the list of all available tenantIds for this user to switch to. Only when creating the session user, this field is populated on the fly. We discover the tenantIds from various groups assigned to the users. Nested schema for org_membership:
- password str
- (String) Specifies the password of this user.
- preferences
Sequence[Get
Backup Recovery Connector Get Users User Preference] - (List) Specifies the preferences of this user. Nested schema for preferences:
- previous_
login_ floattime_ msecs - (Integer) Specifies the epoch time in milliseconds of previous user login.
- primary_
group_ strname - (String) Specifies the name of the primary group of this User.
- privilege_
ids Sequence[str] - (List) Specifies the Cohesity privileges from the roles. This will be populated based on the union of all privileges in roles. Type for unique privilege Id values. All below enum values specify a value for all uniquely defined privileges in Cohesity.
- Constraints: Allowable list items are:
kPrincipalView
,kPrincipalModify
,kAppLaunch
,kAppsManagement
,kOrganizationView
,kOrganizationModify
,kOrganizationImpersonate
,kCloneView
,kCloneModify
,kClusterView
,kClusterModify
,kClusterCreate
,kClusterSupport
,kClusterUpgrade
,kClusterRemoteView
,kClusterRemoteModify
,kClusterExternalTargetView
,kClusterExternalTargetModify
,kClusterAudit
,kAlertView
,kAlertModify
,kVlanView
,kVlanModify
,kHybridExtenderView
,kHybridExtenderDownload
,kAdLdapView
,kAdLdapModify
,kSchedulerView
,kSchedulerModify
,kProtectionView
,kProtectionModify
,kProtectionJobOperate
,kProtectionSourceModify
,kProtectionPolicyView
,kProtectionPolicyModify
,kRestoreView
,kRestoreModify
,kRestoreDownload
,kRemoteRestore
,kStorageView
,kStorageModify
,kStorageDomainView
,kStorageDomainModify
,kAnalyticsView
,kAnalyticsModify
,kReportsView
,kMcmModify
,kDataSecurity
,kSmbBackup
,kSmbRestore
,kSmbTakeOwnership
,kSmbAuditing
,kMcmUnregister
,kMcmUpgrade
,kMcmModifySuperAdmin
,kMcmViewSuperAdmin
,kMcmModifyCohesityAdmin
,kMcmViewCohesityAdmin
,kObjectSearch
,kFileDatalockExpiryTimeDecrease
.
- Constraints: Allowable list items are:
- profiles
Sequence[Get
Backup Recovery Connector Get Users User Profile] - (List) Specifies the user profiles. NOTE:- Currently used for Helios. Nested schema for profiles:
- restricted bool
- (Boolean) Whether the user is a restricted user. A restricted user can only view the objects he has permissions to.
- roles Sequence[str]
- (List) Specifies the Cohesity roles to associate with the user such as such as 'Admin', 'Ops' or 'View'.
- Constraints: The minimum length is
1
item.
- Constraints: The minimum length is
- s3_
access_ strkey_ id - (String) Specifies the S3 Account Access Key ID.
- s3_
account_ strid - (String) Specifies the S3 Account Canonical User ID.
- s3_
secret_ strkey - (String) Specifies the S3 Account Secret Key.
- salesforce_
accounts Sequence[GetBackup Recovery Connector Get Users User Salesforce Account] - (List) Salesforce Account Information of a Helios user. Nested schema for salesforce_account:
- sid str
- (String) Specifies the unique Security ID (SID) of the user. This field is mandatory in modifying user.
- spog_
contexts Sequence[GetBackup Recovery Connector Get Users User Spog Context] - (List) SpogContext specifies all of the information about the user and cluster which is performing action on this cluster. Nested schema for spog_context:
- subscription_
infos Sequence[GetBackup Recovery Connector Get Users User Subscription Info] - (List) Extends this to have Helios, DRaaS and DSaaS. Nested schema for subscription_info:
- tenant_
accesses Sequence[GetBackup Recovery Connector Get Users User Tenant Access] - (List) Specfies the Tenant Access for MCM User. Nested schema for tenant_accesses:
- tenant_
id str - (String) Specifies the effective Tenant ID of the user.
- username str
- (String) Specifies the login name of the user.
- ad
User List<Property Map>Infos - (List) Specifies an AD User's information logged in using an active directory. This information is not stored on the Cluster. Nested schema for ad_user_info:
- additional
Group List<String>Names - (List) Specifies the names of additional groups this User may belong to.
- allow
Dso BooleanModify - (Boolean) Specifies if the data security user can be modified by the admin users.
- audit
Log List<Property Map>Settings - (List) AuditLogSettings specifies struct with audt log configuration. Make these settings in such a way that zero values are cluster default when bb is not present. Nested schema for audit_log_settings:
- authentication
Type String - (String) Specifies the authentication type of the user. 'kAuthLocal' implies authenticated user is a local user. 'kAuthAd' implies authenticated user is an Active Directory user. 'kAuthSalesforce' implies authenticated user is a Salesforce user. 'kAuthGoogle' implies authenticated user is a Google user. 'kAuthSso' implies authenticated user is an SSO user.
- Constraints: Allowable values are:
kAuthLocal
,kAuthAd
,kAuthSalesforce
,kAuthGoogle
,kAuthSso
.
- Constraints: Allowable values are:
- cluster
Identifiers List<Property Map> - (List) Specifies the list of clusters. Nested schema for cluster_identifiers:
- created
Time NumberMsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access was created.
- current
Password String - (String) Specifies the current password when updating the password.
- description String
- (String) Specifies a description about the user.
- domain String
- Optionally specify a domain to filter by. If no domain is specified, all users on the Cohesity Cluster are searched. If a domain is specified, only users on the Cohesity Cluster associated with that domain are searched.
- effective
Time NumberMsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access becomes effective. Until that time, the user cannot log in.
- email
Address String - (String) Specifies the email address of the user.
- expired
Time NumberMsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access becomes expired. After that, the user cannot log in.
- force
Password BooleanChange - (Boolean) Specifies whether to force user to change password.
- google
Accounts List<Property Map> - (List) Google Account Information of a Helios BaaS user. Nested schema for google_account:
- group
Roles List<String> - (List) Specifies the Cohesity roles to associate with the user' group. These roles can only be edited from group.
- id String
- (String) The unique ID.
- Constraints: The maximum length is
128
characters. The value must match regular expression/^[\\.\\-0-9a-zA-Z]+$/
.
- Constraints: The maximum length is
- idp
User List<Property Map>Infos - (List) Specifies an IdP User's information logged in using an IdP. This information is not stored on the Cluster. Nested schema for idp_user_info:
- intercom
Messenger StringToken - (String) Specifies the messenger token for intercom identity verification.
- is
Account BooleanLocked - (Boolean) Specifies whether the user account is locked.
- is
Account BooleanMfa Enabled - (Boolean) Specifies if MFA is enabled for the Helios Account.
- is
Active Boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Cluster BooleanMfa Enabled - (Boolean) Specifies if MFA is enabled on cluster.
- last
Successful NumberLogin Time Msecs - (Integer) Specifies the epoch time in milliseconds when the user was last logged in successfully.
- last
Updated NumberTime Msecs - (Integer) Specifies the epoch time in milliseconds when the tenant access was last modified.
- mfa
Infos List<Property Map> - (List) Specifies information about MFA. Nested schema for mfa_info:
- mfa
Methods List<String> - (List) Specifies MFA methods that enabled on the cluster.
- object
Class String - (String) Specifies object class of user, could be either user or group.
- org
Memberships List<Property Map> - (List) OrgMembership contains the list of all available tenantIds for this user to switch to. Only when creating the session user, this field is populated on the fly. We discover the tenantIds from various groups assigned to the users. Nested schema for org_membership:
- password String
- (String) Specifies the password of this user.
- preferences List<Property Map>
- (List) Specifies the preferences of this user. Nested schema for preferences:
- previous
Login NumberTime Msecs - (Integer) Specifies the epoch time in milliseconds of previous user login.
- primary
Group StringName - (String) Specifies the name of the primary group of this User.
- privilege
Ids List<String> - (List) Specifies the Cohesity privileges from the roles. This will be populated based on the union of all privileges in roles. Type for unique privilege Id values. All below enum values specify a value for all uniquely defined privileges in Cohesity.
- Constraints: Allowable list items are:
kPrincipalView
,kPrincipalModify
,kAppLaunch
,kAppsManagement
,kOrganizationView
,kOrganizationModify
,kOrganizationImpersonate
,kCloneView
,kCloneModify
,kClusterView
,kClusterModify
,kClusterCreate
,kClusterSupport
,kClusterUpgrade
,kClusterRemoteView
,kClusterRemoteModify
,kClusterExternalTargetView
,kClusterExternalTargetModify
,kClusterAudit
,kAlertView
,kAlertModify
,kVlanView
,kVlanModify
,kHybridExtenderView
,kHybridExtenderDownload
,kAdLdapView
,kAdLdapModify
,kSchedulerView
,kSchedulerModify
,kProtectionView
,kProtectionModify
,kProtectionJobOperate
,kProtectionSourceModify
,kProtectionPolicyView
,kProtectionPolicyModify
,kRestoreView
,kRestoreModify
,kRestoreDownload
,kRemoteRestore
,kStorageView
,kStorageModify
,kStorageDomainView
,kStorageDomainModify
,kAnalyticsView
,kAnalyticsModify
,kReportsView
,kMcmModify
,kDataSecurity
,kSmbBackup
,kSmbRestore
,kSmbTakeOwnership
,kSmbAuditing
,kMcmUnregister
,kMcmUpgrade
,kMcmModifySuperAdmin
,kMcmViewSuperAdmin
,kMcmModifyCohesityAdmin
,kMcmViewCohesityAdmin
,kObjectSearch
,kFileDatalockExpiryTimeDecrease
.
- Constraints: Allowable list items are:
- profiles List<Property Map>
- (List) Specifies the user profiles. NOTE:- Currently used for Helios. Nested schema for profiles:
- restricted Boolean
- (Boolean) Whether the user is a restricted user. A restricted user can only view the objects he has permissions to.
- roles List<String>
- (List) Specifies the Cohesity roles to associate with the user such as such as 'Admin', 'Ops' or 'View'.
- Constraints: The minimum length is
1
item.
- Constraints: The minimum length is
- s3Access
Key StringId - (String) Specifies the S3 Account Access Key ID.
- s3Account
Id String - (String) Specifies the S3 Account Canonical User ID.
- s3Secret
Key String - (String) Specifies the S3 Account Secret Key.
- salesforce
Accounts List<Property Map> - (List) Salesforce Account Information of a Helios user. Nested schema for salesforce_account:
- sid String
- (String) Specifies the unique Security ID (SID) of the user. This field is mandatory in modifying user.
- spog
Contexts List<Property Map> - (List) SpogContext specifies all of the information about the user and cluster which is performing action on this cluster. Nested schema for spog_context:
- subscription
Infos List<Property Map> - (List) Extends this to have Helios, DRaaS and DSaaS. Nested schema for subscription_info:
- tenant
Accesses List<Property Map> - (List) Specfies the Tenant Access for MCM User. Nested schema for tenant_accesses:
- tenant
Id String - (String) Specifies the effective Tenant ID of the user.
- username String
- (String) Specifies the login name of the user.
GetBackupRecoveryConnectorGetUsersUserAdUserInfo
- Group
Sids List<string> - (List) Specifies the SIDs of the groups.
- Groups List<string>
- (List) Specifies the Idp groups that the user is part of. As the user may not be registered on the cluster, we may have to capture the idp group membership. This way, if a group is created on the cluster later, users will instantly have access to tenantIds from that group as well.
- Is
Floating boolUser - (Boolean) Specifies whether or not this is a floating user.
- Group
Sids []string - (List) Specifies the SIDs of the groups.
- Groups []string
- (List) Specifies the Idp groups that the user is part of. As the user may not be registered on the cluster, we may have to capture the idp group membership. This way, if a group is created on the cluster later, users will instantly have access to tenantIds from that group as well.
- Is
Floating boolUser - (Boolean) Specifies whether or not this is a floating user.
- group
Sids List<String> - (List) Specifies the SIDs of the groups.
- groups List<String>
- (List) Specifies the Idp groups that the user is part of. As the user may not be registered on the cluster, we may have to capture the idp group membership. This way, if a group is created on the cluster later, users will instantly have access to tenantIds from that group as well.
- is
Floating BooleanUser - (Boolean) Specifies whether or not this is a floating user.
- group
Sids string[] - (List) Specifies the SIDs of the groups.
- groups string[]
- (List) Specifies the Idp groups that the user is part of. As the user may not be registered on the cluster, we may have to capture the idp group membership. This way, if a group is created on the cluster later, users will instantly have access to tenantIds from that group as well.
- is
Floating booleanUser - (Boolean) Specifies whether or not this is a floating user.
- group_
sids Sequence[str] - (List) Specifies the SIDs of the groups.
- groups Sequence[str]
- (List) Specifies the Idp groups that the user is part of. As the user may not be registered on the cluster, we may have to capture the idp group membership. This way, if a group is created on the cluster later, users will instantly have access to tenantIds from that group as well.
- is_
floating_ booluser - (Boolean) Specifies whether or not this is a floating user.
- group
Sids List<String> - (List) Specifies the SIDs of the groups.
- groups List<String>
- (List) Specifies the Idp groups that the user is part of. As the user may not be registered on the cluster, we may have to capture the idp group membership. This way, if a group is created on the cluster later, users will instantly have access to tenantIds from that group as well.
- is
Floating BooleanUser - (Boolean) Specifies whether or not this is a floating user.
GetBackupRecoveryConnectorGetUsersUserAuditLogSetting
- Read
Logging bool - (Boolean) ReadLogging specifies whether read logs needs to be captured.
- Read
Logging bool - (Boolean) ReadLogging specifies whether read logs needs to be captured.
- read
Logging Boolean - (Boolean) ReadLogging specifies whether read logs needs to be captured.
- read
Logging boolean - (Boolean) ReadLogging specifies whether read logs needs to be captured.
- read_
logging bool - (Boolean) ReadLogging specifies whether read logs needs to be captured.
- read
Logging Boolean - (Boolean) ReadLogging specifies whether read logs needs to be captured.
GetBackupRecoveryConnectorGetUsersUserClusterIdentifier
- Cluster
Id double - (Integer) Specifies the id of the cluster.
- Cluster
Incarnation doubleId - (Integer) Specifies the incarnation id of the cluster.
- Cluster
Id float64 - (Integer) Specifies the id of the cluster.
- Cluster
Incarnation float64Id - (Integer) Specifies the incarnation id of the cluster.
- cluster
Id Double - (Integer) Specifies the id of the cluster.
- cluster
Incarnation DoubleId - (Integer) Specifies the incarnation id of the cluster.
- cluster
Id number - (Integer) Specifies the id of the cluster.
- cluster
Incarnation numberId - (Integer) Specifies the incarnation id of the cluster.
- cluster_
id float - (Integer) Specifies the id of the cluster.
- cluster_
incarnation_ floatid - (Integer) Specifies the incarnation id of the cluster.
- cluster
Id Number - (Integer) Specifies the id of the cluster.
- cluster
Incarnation NumberId - (Integer) Specifies the incarnation id of the cluster.
GetBackupRecoveryConnectorGetUsersUserGoogleAccount
- account_
id str - (String) Specifies the Account Id assigned by Salesforce.
- user_
id str - (String) Specifies the User Id assigned by Salesforce.
GetBackupRecoveryConnectorGetUsersUserIdpUserInfo
- Group
Sids List<string> - (List) Specifies the SIDs of the groups.
- Groups List<string>
- (List) Specifies the Idp groups that the user is part of. As the user may not be registered on the cluster, we may have to capture the idp group membership. This way, if a group is created on the cluster later, users will instantly have access to tenantIds from that group as well.
- Idp
Id double - (Integer) Specifies the unique Id assigned by the Cluster for the IdP.
- Is
Floating boolUser - (Boolean) Specifies whether or not this is a floating user.
- Issuer
Id string - (String) Specifies the unique identifier assigned by the vendor for this Cluster.
- User
Id string - (String) Specifies the User Id assigned by Salesforce.
- Vendor string
- (String) Specifies the vendor providing the IdP service.
- Group
Sids []string - (List) Specifies the SIDs of the groups.
- Groups []string
- (List) Specifies the Idp groups that the user is part of. As the user may not be registered on the cluster, we may have to capture the idp group membership. This way, if a group is created on the cluster later, users will instantly have access to tenantIds from that group as well.
- Idp
Id float64 - (Integer) Specifies the unique Id assigned by the Cluster for the IdP.
- Is
Floating boolUser - (Boolean) Specifies whether or not this is a floating user.
- Issuer
Id string - (String) Specifies the unique identifier assigned by the vendor for this Cluster.
- User
Id string - (String) Specifies the User Id assigned by Salesforce.
- Vendor string
- (String) Specifies the vendor providing the IdP service.
- group
Sids List<String> - (List) Specifies the SIDs of the groups.
- groups List<String>
- (List) Specifies the Idp groups that the user is part of. As the user may not be registered on the cluster, we may have to capture the idp group membership. This way, if a group is created on the cluster later, users will instantly have access to tenantIds from that group as well.
- idp
Id Double - (Integer) Specifies the unique Id assigned by the Cluster for the IdP.
- is
Floating BooleanUser - (Boolean) Specifies whether or not this is a floating user.
- issuer
Id String - (String) Specifies the unique identifier assigned by the vendor for this Cluster.
- user
Id String - (String) Specifies the User Id assigned by Salesforce.
- vendor String
- (String) Specifies the vendor providing the IdP service.
- group
Sids string[] - (List) Specifies the SIDs of the groups.
- groups string[]
- (List) Specifies the Idp groups that the user is part of. As the user may not be registered on the cluster, we may have to capture the idp group membership. This way, if a group is created on the cluster later, users will instantly have access to tenantIds from that group as well.
- idp
Id number - (Integer) Specifies the unique Id assigned by the Cluster for the IdP.
- is
Floating booleanUser - (Boolean) Specifies whether or not this is a floating user.
- issuer
Id string - (String) Specifies the unique identifier assigned by the vendor for this Cluster.
- user
Id string - (String) Specifies the User Id assigned by Salesforce.
- vendor string
- (String) Specifies the vendor providing the IdP service.
- group_
sids Sequence[str] - (List) Specifies the SIDs of the groups.
- groups Sequence[str]
- (List) Specifies the Idp groups that the user is part of. As the user may not be registered on the cluster, we may have to capture the idp group membership. This way, if a group is created on the cluster later, users will instantly have access to tenantIds from that group as well.
- idp_
id float - (Integer) Specifies the unique Id assigned by the Cluster for the IdP.
- is_
floating_ booluser - (Boolean) Specifies whether or not this is a floating user.
- issuer_
id str - (String) Specifies the unique identifier assigned by the vendor for this Cluster.
- user_
id str - (String) Specifies the User Id assigned by Salesforce.
- vendor str
- (String) Specifies the vendor providing the IdP service.
- group
Sids List<String> - (List) Specifies the SIDs of the groups.
- groups List<String>
- (List) Specifies the Idp groups that the user is part of. As the user may not be registered on the cluster, we may have to capture the idp group membership. This way, if a group is created on the cluster later, users will instantly have access to tenantIds from that group as well.
- idp
Id Number - (Integer) Specifies the unique Id assigned by the Cluster for the IdP.
- is
Floating BooleanUser - (Boolean) Specifies whether or not this is a floating user.
- issuer
Id String - (String) Specifies the unique identifier assigned by the vendor for this Cluster.
- user
Id String - (String) Specifies the User Id assigned by Salesforce.
- vendor String
- (String) Specifies the vendor providing the IdP service.
GetBackupRecoveryConnectorGetUsersUserMfaInfo
- Is
Email boolOtp Setup Done - (Boolean) Specifies if email OTP setup is done on the user.
- Is
Totp boolSetup Done - (Boolean) Specifies if TOTP setup is done on the user.
- Is
User boolExempt From Mfa - (Boolean) Specifies if MFA is disabled on the user.
- Is
Email boolOtp Setup Done - (Boolean) Specifies if email OTP setup is done on the user.
- Is
Totp boolSetup Done - (Boolean) Specifies if TOTP setup is done on the user.
- Is
User boolExempt From Mfa - (Boolean) Specifies if MFA is disabled on the user.
- is
Email BooleanOtp Setup Done - (Boolean) Specifies if email OTP setup is done on the user.
- is
Totp BooleanSetup Done - (Boolean) Specifies if TOTP setup is done on the user.
- is
User BooleanExempt From Mfa - (Boolean) Specifies if MFA is disabled on the user.
- is
Email booleanOtp Setup Done - (Boolean) Specifies if email OTP setup is done on the user.
- is
Totp booleanSetup Done - (Boolean) Specifies if TOTP setup is done on the user.
- is
User booleanExempt From Mfa - (Boolean) Specifies if MFA is disabled on the user.
- is_
email_ boolotp_ setup_ done - (Boolean) Specifies if email OTP setup is done on the user.
- is_
totp_ boolsetup_ done - (Boolean) Specifies if TOTP setup is done on the user.
- is_
user_ boolexempt_ from_ mfa - (Boolean) Specifies if MFA is disabled on the user.
- is
Email BooleanOtp Setup Done - (Boolean) Specifies if email OTP setup is done on the user.
- is
Totp BooleanSetup Done - (Boolean) Specifies if TOTP setup is done on the user.
- is
User BooleanExempt From Mfa - (Boolean) Specifies if MFA is disabled on the user.
GetBackupRecoveryConnectorGetUsersUserOrgMembership
- Bifrost
Enabled bool - (Boolean) Specifies if this tenant is bifrost enabled or not.
- Is
Managed boolOn Helios - (Boolean) Specifies whether this tenant is manged on helios.
- Name string
- (String) Specifies name of the tenant.
- Restricted bool
- (Boolean) Whether the user is a restricted user. A restricted user can only view the objects he has permissions to.
- Roles List<string>
- (List) Specifies the Cohesity roles to associate with the user such as such as 'Admin', 'Ops' or 'View'.
- Constraints: The minimum length is
1
item.
- Constraints: The minimum length is
- Tenant
Id string - (String) Specifies the effective Tenant ID of the user.
- Bifrost
Enabled bool - (Boolean) Specifies if this tenant is bifrost enabled or not.
- Is
Managed boolOn Helios - (Boolean) Specifies whether this tenant is manged on helios.
- Name string
- (String) Specifies name of the tenant.
- Restricted bool
- (Boolean) Whether the user is a restricted user. A restricted user can only view the objects he has permissions to.
- Roles []string
- (List) Specifies the Cohesity roles to associate with the user such as such as 'Admin', 'Ops' or 'View'.
- Constraints: The minimum length is
1
item.
- Constraints: The minimum length is
- Tenant
Id string - (String) Specifies the effective Tenant ID of the user.
- bifrost
Enabled Boolean - (Boolean) Specifies if this tenant is bifrost enabled or not.
- is
Managed BooleanOn Helios - (Boolean) Specifies whether this tenant is manged on helios.
- name String
- (String) Specifies name of the tenant.
- restricted Boolean
- (Boolean) Whether the user is a restricted user. A restricted user can only view the objects he has permissions to.
- roles List<String>
- (List) Specifies the Cohesity roles to associate with the user such as such as 'Admin', 'Ops' or 'View'.
- Constraints: The minimum length is
1
item.
- Constraints: The minimum length is
- tenant
Id String - (String) Specifies the effective Tenant ID of the user.
- bifrost
Enabled boolean - (Boolean) Specifies if this tenant is bifrost enabled or not.
- is
Managed booleanOn Helios - (Boolean) Specifies whether this tenant is manged on helios.
- name string
- (String) Specifies name of the tenant.
- restricted boolean
- (Boolean) Whether the user is a restricted user. A restricted user can only view the objects he has permissions to.
- roles string[]
- (List) Specifies the Cohesity roles to associate with the user such as such as 'Admin', 'Ops' or 'View'.
- Constraints: The minimum length is
1
item.
- Constraints: The minimum length is
- tenant
Id string - (String) Specifies the effective Tenant ID of the user.
- bifrost_
enabled bool - (Boolean) Specifies if this tenant is bifrost enabled or not.
- is_
managed_ boolon_ helios - (Boolean) Specifies whether this tenant is manged on helios.
- name str
- (String) Specifies name of the tenant.
- restricted bool
- (Boolean) Whether the user is a restricted user. A restricted user can only view the objects he has permissions to.
- roles Sequence[str]
- (List) Specifies the Cohesity roles to associate with the user such as such as 'Admin', 'Ops' or 'View'.
- Constraints: The minimum length is
1
item.
- Constraints: The minimum length is
- tenant_
id str - (String) Specifies the effective Tenant ID of the user.
- bifrost
Enabled Boolean - (Boolean) Specifies if this tenant is bifrost enabled or not.
- is
Managed BooleanOn Helios - (Boolean) Specifies whether this tenant is manged on helios.
- name String
- (String) Specifies name of the tenant.
- restricted Boolean
- (Boolean) Whether the user is a restricted user. A restricted user can only view the objects he has permissions to.
- roles List<String>
- (List) Specifies the Cohesity roles to associate with the user such as such as 'Admin', 'Ops' or 'View'.
- Constraints: The minimum length is
1
item.
- Constraints: The minimum length is
- tenant
Id String - (String) Specifies the effective Tenant ID of the user.
GetBackupRecoveryConnectorGetUsersUserPreference
- Locale string
- (String) Locale reflects the language settings of the user. Populate using the user preferences stored in Scribe for the user wherever needed.
- Locale string
- (String) Locale reflects the language settings of the user. Populate using the user preferences stored in Scribe for the user wherever needed.
- locale String
- (String) Locale reflects the language settings of the user. Populate using the user preferences stored in Scribe for the user wherever needed.
- locale string
- (String) Locale reflects the language settings of the user. Populate using the user preferences stored in Scribe for the user wherever needed.
- locale str
- (String) Locale reflects the language settings of the user. Populate using the user preferences stored in Scribe for the user wherever needed.
- locale String
- (String) Locale reflects the language settings of the user. Populate using the user preferences stored in Scribe for the user wherever needed.
GetBackupRecoveryConnectorGetUsersUserProfile
- Cluster
Identifiers List<GetBackup Recovery Connector Get Users User Profile Cluster Identifier> - (List) Specifies the list of clusters. Nested schema for cluster_identifiers:
- Is
Active bool - (Boolean) Specifies whether or not the tenant is active.
- Is
Deleted bool - (Boolean) Specifies whether or not the tenant is deleted.
- Region
Ids List<string> - (List) Specifies the list of regions. This is only valid if tenant type is Dmaas.
- Tenant
Id string - (String) Specifies the effective Tenant ID of the user.
- Tenant
Name string - (String) Specifies the tenant name.
- Tenant
Type string - (String) Specifies the MCM tenant type. 'Dmaas' implies tenant type is DMaaS. 'Mcm' implies tenant is Mcm Cluster tenant.
- Constraints: Allowable values are:
Dmaas
,Mcm
.
- Constraints: Allowable values are:
- Cluster
Identifiers []GetBackup Recovery Connector Get Users User Profile Cluster Identifier - (List) Specifies the list of clusters. Nested schema for cluster_identifiers:
- Is
Active bool - (Boolean) Specifies whether or not the tenant is active.
- Is
Deleted bool - (Boolean) Specifies whether or not the tenant is deleted.
- Region
Ids []string - (List) Specifies the list of regions. This is only valid if tenant type is Dmaas.
- Tenant
Id string - (String) Specifies the effective Tenant ID of the user.
- Tenant
Name string - (String) Specifies the tenant name.
- Tenant
Type string - (String) Specifies the MCM tenant type. 'Dmaas' implies tenant type is DMaaS. 'Mcm' implies tenant is Mcm Cluster tenant.
- Constraints: Allowable values are:
Dmaas
,Mcm
.
- Constraints: Allowable values are:
- cluster
Identifiers List<GetBackup Recovery Connector Get Users User Profile Cluster Identifier> - (List) Specifies the list of clusters. Nested schema for cluster_identifiers:
- is
Active Boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Deleted Boolean - (Boolean) Specifies whether or not the tenant is deleted.
- region
Ids List<String> - (List) Specifies the list of regions. This is only valid if tenant type is Dmaas.
- tenant
Id String - (String) Specifies the effective Tenant ID of the user.
- tenant
Name String - (String) Specifies the tenant name.
- tenant
Type String - (String) Specifies the MCM tenant type. 'Dmaas' implies tenant type is DMaaS. 'Mcm' implies tenant is Mcm Cluster tenant.
- Constraints: Allowable values are:
Dmaas
,Mcm
.
- Constraints: Allowable values are:
- cluster
Identifiers GetBackup Recovery Connector Get Users User Profile Cluster Identifier[] - (List) Specifies the list of clusters. Nested schema for cluster_identifiers:
- is
Active boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Deleted boolean - (Boolean) Specifies whether or not the tenant is deleted.
- region
Ids string[] - (List) Specifies the list of regions. This is only valid if tenant type is Dmaas.
- tenant
Id string - (String) Specifies the effective Tenant ID of the user.
- tenant
Name string - (String) Specifies the tenant name.
- tenant
Type string - (String) Specifies the MCM tenant type. 'Dmaas' implies tenant type is DMaaS. 'Mcm' implies tenant is Mcm Cluster tenant.
- Constraints: Allowable values are:
Dmaas
,Mcm
.
- Constraints: Allowable values are:
- cluster_
identifiers Sequence[GetBackup Recovery Connector Get Users User Profile Cluster Identifier] - (List) Specifies the list of clusters. Nested schema for cluster_identifiers:
- is_
active bool - (Boolean) Specifies whether or not the tenant is active.
- is_
deleted bool - (Boolean) Specifies whether or not the tenant is deleted.
- region_
ids Sequence[str] - (List) Specifies the list of regions. This is only valid if tenant type is Dmaas.
- tenant_
id str - (String) Specifies the effective Tenant ID of the user.
- tenant_
name str - (String) Specifies the tenant name.
- tenant_
type str - (String) Specifies the MCM tenant type. 'Dmaas' implies tenant type is DMaaS. 'Mcm' implies tenant is Mcm Cluster tenant.
- Constraints: Allowable values are:
Dmaas
,Mcm
.
- Constraints: Allowable values are:
- cluster
Identifiers List<Property Map> - (List) Specifies the list of clusters. Nested schema for cluster_identifiers:
- is
Active Boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Deleted Boolean - (Boolean) Specifies whether or not the tenant is deleted.
- region
Ids List<String> - (List) Specifies the list of regions. This is only valid if tenant type is Dmaas.
- tenant
Id String - (String) Specifies the effective Tenant ID of the user.
- tenant
Name String - (String) Specifies the tenant name.
- tenant
Type String - (String) Specifies the MCM tenant type. 'Dmaas' implies tenant type is DMaaS. 'Mcm' implies tenant is Mcm Cluster tenant.
- Constraints: Allowable values are:
Dmaas
,Mcm
.
- Constraints: Allowable values are:
GetBackupRecoveryConnectorGetUsersUserProfileClusterIdentifier
- Cluster
Id double - (Integer) Specifies the id of the cluster.
- Cluster
Incarnation doubleId - (Integer) Specifies the incarnation id of the cluster.
- Cluster
Id float64 - (Integer) Specifies the id of the cluster.
- Cluster
Incarnation float64Id - (Integer) Specifies the incarnation id of the cluster.
- cluster
Id Double - (Integer) Specifies the id of the cluster.
- cluster
Incarnation DoubleId - (Integer) Specifies the incarnation id of the cluster.
- cluster
Id number - (Integer) Specifies the id of the cluster.
- cluster
Incarnation numberId - (Integer) Specifies the incarnation id of the cluster.
- cluster_
id float - (Integer) Specifies the id of the cluster.
- cluster_
incarnation_ floatid - (Integer) Specifies the incarnation id of the cluster.
- cluster
Id Number - (Integer) Specifies the id of the cluster.
- cluster
Incarnation NumberId - (Integer) Specifies the incarnation id of the cluster.
GetBackupRecoveryConnectorGetUsersUserSalesforceAccount
- Account
Id string - (String) Specifies the Account Id assigned by Salesforce.
- Helios
Access stringGrant Status - (String) Specifies the status of helios access.
- Is
DGaa boolSUser - (Boolean) Specifies whether user is a DGaaS licensed user.
- Is
DMaa boolSUser - (Boolean) Specifies whether user is a DMaaS licensed user.
- Is
DRaa boolSUser - (Boolean) Specifies whether user is a DRaaS licensed user.
- Is
RPaa boolSUser - (Boolean) Specifies whether user is a RPaaS licensed user.
- Is
Sales boolUser - (Boolean) Specifies whether user is a Sales person from Cohesity.
- Is
Support boolUser - (Boolean) Specifies whether user is a support person from Cohesity.
- User
Id string - (String) Specifies the User Id assigned by Salesforce.
- Account
Id string - (String) Specifies the Account Id assigned by Salesforce.
- Helios
Access stringGrant Status - (String) Specifies the status of helios access.
- Is
DGaa boolSUser - (Boolean) Specifies whether user is a DGaaS licensed user.
- Is
DMaa boolSUser - (Boolean) Specifies whether user is a DMaaS licensed user.
- Is
DRaa boolSUser - (Boolean) Specifies whether user is a DRaaS licensed user.
- Is
RPaa boolSUser - (Boolean) Specifies whether user is a RPaaS licensed user.
- Is
Sales boolUser - (Boolean) Specifies whether user is a Sales person from Cohesity.
- Is
Support boolUser - (Boolean) Specifies whether user is a support person from Cohesity.
- User
Id string - (String) Specifies the User Id assigned by Salesforce.
- account
Id String - (String) Specifies the Account Id assigned by Salesforce.
- helios
Access StringGrant Status - (String) Specifies the status of helios access.
- is
DGaa BooleanSUser - (Boolean) Specifies whether user is a DGaaS licensed user.
- is
DMaa BooleanSUser - (Boolean) Specifies whether user is a DMaaS licensed user.
- is
DRaa BooleanSUser - (Boolean) Specifies whether user is a DRaaS licensed user.
- is
RPaa BooleanSUser - (Boolean) Specifies whether user is a RPaaS licensed user.
- is
Sales BooleanUser - (Boolean) Specifies whether user is a Sales person from Cohesity.
- is
Support BooleanUser - (Boolean) Specifies whether user is a support person from Cohesity.
- user
Id String - (String) Specifies the User Id assigned by Salesforce.
- account
Id string - (String) Specifies the Account Id assigned by Salesforce.
- helios
Access stringGrant Status - (String) Specifies the status of helios access.
- is
DGaa booleanSUser - (Boolean) Specifies whether user is a DGaaS licensed user.
- is
DMaa booleanSUser - (Boolean) Specifies whether user is a DMaaS licensed user.
- is
DRaa booleanSUser - (Boolean) Specifies whether user is a DRaaS licensed user.
- is
RPaa booleanSUser - (Boolean) Specifies whether user is a RPaaS licensed user.
- is
Sales booleanUser - (Boolean) Specifies whether user is a Sales person from Cohesity.
- is
Support booleanUser - (Boolean) Specifies whether user is a support person from Cohesity.
- user
Id string - (String) Specifies the User Id assigned by Salesforce.
- account_
id str - (String) Specifies the Account Id assigned by Salesforce.
- helios_
access_ strgrant_ status - (String) Specifies the status of helios access.
- is_
d_ boolgaa_ suser - (Boolean) Specifies whether user is a DGaaS licensed user.
- is_
d_ boolmaa_ suser - (Boolean) Specifies whether user is a DMaaS licensed user.
- is_
d_ boolraa_ suser - (Boolean) Specifies whether user is a DRaaS licensed user.
- is_
r_ boolpaa_ suser - (Boolean) Specifies whether user is a RPaaS licensed user.
- is_
sales_ booluser - (Boolean) Specifies whether user is a Sales person from Cohesity.
- is_
support_ booluser - (Boolean) Specifies whether user is a support person from Cohesity.
- user_
id str - (String) Specifies the User Id assigned by Salesforce.
- account
Id String - (String) Specifies the Account Id assigned by Salesforce.
- helios
Access StringGrant Status - (String) Specifies the status of helios access.
- is
DGaa BooleanSUser - (Boolean) Specifies whether user is a DGaaS licensed user.
- is
DMaa BooleanSUser - (Boolean) Specifies whether user is a DMaaS licensed user.
- is
DRaa BooleanSUser - (Boolean) Specifies whether user is a DRaaS licensed user.
- is
RPaa BooleanSUser - (Boolean) Specifies whether user is a RPaaS licensed user.
- is
Sales BooleanUser - (Boolean) Specifies whether user is a Sales person from Cohesity.
- is
Support BooleanUser - (Boolean) Specifies whether user is a support person from Cohesity.
- user
Id String - (String) Specifies the User Id assigned by Salesforce.
GetBackupRecoveryConnectorGetUsersUserSpogContext
- Primary
Cluster doubleId - (Integer) Specifies the ID of the remote cluster which is accessing this cluster via SPOG.
- Primary
Cluster stringUser Sid - (String) Specifies the SID of the user who is accessing this cluster via SPOG.
- Primary
Cluster stringUsername - (String) Specifies the username of the user who is accessing this cluster via SPOG.
- Primary
Cluster float64Id - (Integer) Specifies the ID of the remote cluster which is accessing this cluster via SPOG.
- Primary
Cluster stringUser Sid - (String) Specifies the SID of the user who is accessing this cluster via SPOG.
- Primary
Cluster stringUsername - (String) Specifies the username of the user who is accessing this cluster via SPOG.
- primary
Cluster DoubleId - (Integer) Specifies the ID of the remote cluster which is accessing this cluster via SPOG.
- primary
Cluster StringUser Sid - (String) Specifies the SID of the user who is accessing this cluster via SPOG.
- primary
Cluster StringUsername - (String) Specifies the username of the user who is accessing this cluster via SPOG.
- primary
Cluster numberId - (Integer) Specifies the ID of the remote cluster which is accessing this cluster via SPOG.
- primary
Cluster stringUser Sid - (String) Specifies the SID of the user who is accessing this cluster via SPOG.
- primary
Cluster stringUsername - (String) Specifies the username of the user who is accessing this cluster via SPOG.
- primary_
cluster_ floatid - (Integer) Specifies the ID of the remote cluster which is accessing this cluster via SPOG.
- primary_
cluster_ struser_ sid - (String) Specifies the SID of the user who is accessing this cluster via SPOG.
- primary_
cluster_ strusername - (String) Specifies the username of the user who is accessing this cluster via SPOG.
- primary
Cluster NumberId - (Integer) Specifies the ID of the remote cluster which is accessing this cluster via SPOG.
- primary
Cluster StringUser Sid - (String) Specifies the SID of the user who is accessing this cluster via SPOG.
- primary
Cluster StringUsername - (String) Specifies the username of the user who is accessing this cluster via SPOG.
GetBackupRecoveryConnectorGetUsersUserSubscriptionInfo
- Classifications
List<Get
Backup Recovery Connector Get Users User Subscription Info Classification> - (List) ClassificationInfo holds information about the Datahawk Classification subscription such as if it is active or not. Nested schema for classification:
- Data
Protect List<GetAzures Backup Recovery Connector Get Users User Subscription Info Data Protect Azure> - (List) ClassificationInfo holds information about the Datahawk Classification subscription such as if it is active or not. Nested schema for data_protect_azure:
- Data
Protects List<GetBackup Recovery Connector Get Users User Subscription Info Data Protect> - (List) DMaaSSubscriptionInfo holds information about the Data Protect subscription such as if it is active or not. Nested schema for data_protect:
- Fort
Knox List<GetAzure Cools Backup Recovery Connector Get Users User Subscription Info Fort Knox Azure Cool> - (List) FortKnoxInfo holds information about the Fortknox Azure or Azure FreeTrial or AwsCold or AwsCold FreeTrial subscription such as if it is active. Nested schema for fort_knox_azure_cool:
- Fort
Knox List<GetAzure Hots Backup Recovery Connector Get Users User Subscription Info Fort Knox Azure Hot> - (List) FortKnoxInfo holds information about the Fortknox Azure or Azure FreeTrial or AwsCold or AwsCold FreeTrial subscription such as if it is active. Nested schema for fort_knox_azure_hot:
- Fort
Knox List<GetColds Backup Recovery Connector Get Users User Subscription Info Fort Knox Cold> - (List) FortKnoxInfo holds information about the Fortknox Azure or Azure FreeTrial or AwsCold or AwsCold FreeTrial subscription such as if it is active. Nested schema for fort_knox_cold:
- Ransomwares
List<Get
Backup Recovery Connector Get Users User Subscription Info Ransomware> - (List) RansomwareInfo holds information about the FortKnox/FortKnoxFreeTrial subscription such as if it is active or not. Nested schema for ransomware:
- Site
Continuities List<GetBackup Recovery Connector Get Users User Subscription Info Site Continuity> - (List) SiteContinuityInfo holds information about the Site Continuity subscription such as if it is active or not. Nested schema for site_continuity:
- Threat
Protections List<GetBackup Recovery Connector Get Users User Subscription Info Threat Protection> - (List) ThreatProtectionInfo holds information about the Datahawk ThreatProtection subscription such as if it is active or not. Nested schema for threat_protection:
- Classifications
[]Get
Backup Recovery Connector Get Users User Subscription Info Classification - (List) ClassificationInfo holds information about the Datahawk Classification subscription such as if it is active or not. Nested schema for classification:
- Data
Protect []GetAzures Backup Recovery Connector Get Users User Subscription Info Data Protect Azure - (List) ClassificationInfo holds information about the Datahawk Classification subscription such as if it is active or not. Nested schema for data_protect_azure:
- Data
Protects []GetBackup Recovery Connector Get Users User Subscription Info Data Protect - (List) DMaaSSubscriptionInfo holds information about the Data Protect subscription such as if it is active or not. Nested schema for data_protect:
- Fort
Knox []GetAzure Cools Backup Recovery Connector Get Users User Subscription Info Fort Knox Azure Cool - (List) FortKnoxInfo holds information about the Fortknox Azure or Azure FreeTrial or AwsCold or AwsCold FreeTrial subscription such as if it is active. Nested schema for fort_knox_azure_cool:
- Fort
Knox []GetAzure Hots Backup Recovery Connector Get Users User Subscription Info Fort Knox Azure Hot - (List) FortKnoxInfo holds information about the Fortknox Azure or Azure FreeTrial or AwsCold or AwsCold FreeTrial subscription such as if it is active. Nested schema for fort_knox_azure_hot:
- Fort
Knox []GetColds Backup Recovery Connector Get Users User Subscription Info Fort Knox Cold - (List) FortKnoxInfo holds information about the Fortknox Azure or Azure FreeTrial or AwsCold or AwsCold FreeTrial subscription such as if it is active. Nested schema for fort_knox_cold:
- Ransomwares
[]Get
Backup Recovery Connector Get Users User Subscription Info Ransomware - (List) RansomwareInfo holds information about the FortKnox/FortKnoxFreeTrial subscription such as if it is active or not. Nested schema for ransomware:
- Site
Continuities []GetBackup Recovery Connector Get Users User Subscription Info Site Continuity - (List) SiteContinuityInfo holds information about the Site Continuity subscription such as if it is active or not. Nested schema for site_continuity:
- Threat
Protections []GetBackup Recovery Connector Get Users User Subscription Info Threat Protection - (List) ThreatProtectionInfo holds information about the Datahawk ThreatProtection subscription such as if it is active or not. Nested schema for threat_protection:
- classifications
List<Get
Backup Recovery Connector Get Users User Subscription Info Classification> - (List) ClassificationInfo holds information about the Datahawk Classification subscription such as if it is active or not. Nested schema for classification:
- data
Protect List<GetAzures Backup Recovery Connector Get Users User Subscription Info Data Protect Azure> - (List) ClassificationInfo holds information about the Datahawk Classification subscription such as if it is active or not. Nested schema for data_protect_azure:
- data
Protects List<GetBackup Recovery Connector Get Users User Subscription Info Data Protect> - (List) DMaaSSubscriptionInfo holds information about the Data Protect subscription such as if it is active or not. Nested schema for data_protect:
- fort
Knox List<GetAzure Cools Backup Recovery Connector Get Users User Subscription Info Fort Knox Azure Cool> - (List) FortKnoxInfo holds information about the Fortknox Azure or Azure FreeTrial or AwsCold or AwsCold FreeTrial subscription such as if it is active. Nested schema for fort_knox_azure_cool:
- fort
Knox List<GetAzure Hots Backup Recovery Connector Get Users User Subscription Info Fort Knox Azure Hot> - (List) FortKnoxInfo holds information about the Fortknox Azure or Azure FreeTrial or AwsCold or AwsCold FreeTrial subscription such as if it is active. Nested schema for fort_knox_azure_hot:
- fort
Knox List<GetColds Backup Recovery Connector Get Users User Subscription Info Fort Knox Cold> - (List) FortKnoxInfo holds information about the Fortknox Azure or Azure FreeTrial or AwsCold or AwsCold FreeTrial subscription such as if it is active. Nested schema for fort_knox_cold:
- ransomwares
List<Get
Backup Recovery Connector Get Users User Subscription Info Ransomware> - (List) RansomwareInfo holds information about the FortKnox/FortKnoxFreeTrial subscription such as if it is active or not. Nested schema for ransomware:
- site
Continuities List<GetBackup Recovery Connector Get Users User Subscription Info Site Continuity> - (List) SiteContinuityInfo holds information about the Site Continuity subscription such as if it is active or not. Nested schema for site_continuity:
- threat
Protections List<GetBackup Recovery Connector Get Users User Subscription Info Threat Protection> - (List) ThreatProtectionInfo holds information about the Datahawk ThreatProtection subscription such as if it is active or not. Nested schema for threat_protection:
- classifications
Get
Backup Recovery Connector Get Users User Subscription Info Classification[] - (List) ClassificationInfo holds information about the Datahawk Classification subscription such as if it is active or not. Nested schema for classification:
- data
Protect GetAzures Backup Recovery Connector Get Users User Subscription Info Data Protect Azure[] - (List) ClassificationInfo holds information about the Datahawk Classification subscription such as if it is active or not. Nested schema for data_protect_azure:
- data
Protects GetBackup Recovery Connector Get Users User Subscription Info Data Protect[] - (List) DMaaSSubscriptionInfo holds information about the Data Protect subscription such as if it is active or not. Nested schema for data_protect:
- fort
Knox GetAzure Cools Backup Recovery Connector Get Users User Subscription Info Fort Knox Azure Cool[] - (List) FortKnoxInfo holds information about the Fortknox Azure or Azure FreeTrial or AwsCold or AwsCold FreeTrial subscription such as if it is active. Nested schema for fort_knox_azure_cool:
- fort
Knox GetAzure Hots Backup Recovery Connector Get Users User Subscription Info Fort Knox Azure Hot[] - (List) FortKnoxInfo holds information about the Fortknox Azure or Azure FreeTrial or AwsCold or AwsCold FreeTrial subscription such as if it is active. Nested schema for fort_knox_azure_hot:
- fort
Knox GetColds Backup Recovery Connector Get Users User Subscription Info Fort Knox Cold[] - (List) FortKnoxInfo holds information about the Fortknox Azure or Azure FreeTrial or AwsCold or AwsCold FreeTrial subscription such as if it is active. Nested schema for fort_knox_cold:
- ransomwares
Get
Backup Recovery Connector Get Users User Subscription Info Ransomware[] - (List) RansomwareInfo holds information about the FortKnox/FortKnoxFreeTrial subscription such as if it is active or not. Nested schema for ransomware:
- site
Continuities GetBackup Recovery Connector Get Users User Subscription Info Site Continuity[] - (List) SiteContinuityInfo holds information about the Site Continuity subscription such as if it is active or not. Nested schema for site_continuity:
- threat
Protections GetBackup Recovery Connector Get Users User Subscription Info Threat Protection[] - (List) ThreatProtectionInfo holds information about the Datahawk ThreatProtection subscription such as if it is active or not. Nested schema for threat_protection:
- classifications
Sequence[Get
Backup Recovery Connector Get Users User Subscription Info Classification] - (List) ClassificationInfo holds information about the Datahawk Classification subscription such as if it is active or not. Nested schema for classification:
- data_
protect_ Sequence[Getazures Backup Recovery Connector Get Users User Subscription Info Data Protect Azure] - (List) ClassificationInfo holds information about the Datahawk Classification subscription such as if it is active or not. Nested schema for data_protect_azure:
- data_
protects Sequence[GetBackup Recovery Connector Get Users User Subscription Info Data Protect] - (List) DMaaSSubscriptionInfo holds information about the Data Protect subscription such as if it is active or not. Nested schema for data_protect:
- fort_
knox_ Sequence[Getazure_ cools Backup Recovery Connector Get Users User Subscription Info Fort Knox Azure Cool] - (List) FortKnoxInfo holds information about the Fortknox Azure or Azure FreeTrial or AwsCold or AwsCold FreeTrial subscription such as if it is active. Nested schema for fort_knox_azure_cool:
- fort_
knox_ Sequence[Getazure_ hots Backup Recovery Connector Get Users User Subscription Info Fort Knox Azure Hot] - (List) FortKnoxInfo holds information about the Fortknox Azure or Azure FreeTrial or AwsCold or AwsCold FreeTrial subscription such as if it is active. Nested schema for fort_knox_azure_hot:
- fort_
knox_ Sequence[Getcolds Backup Recovery Connector Get Users User Subscription Info Fort Knox Cold] - (List) FortKnoxInfo holds information about the Fortknox Azure or Azure FreeTrial or AwsCold or AwsCold FreeTrial subscription such as if it is active. Nested schema for fort_knox_cold:
- ransomwares
Sequence[Get
Backup Recovery Connector Get Users User Subscription Info Ransomware] - (List) RansomwareInfo holds information about the FortKnox/FortKnoxFreeTrial subscription such as if it is active or not. Nested schema for ransomware:
- site_
continuities Sequence[GetBackup Recovery Connector Get Users User Subscription Info Site Continuity] - (List) SiteContinuityInfo holds information about the Site Continuity subscription such as if it is active or not. Nested schema for site_continuity:
- threat_
protections Sequence[GetBackup Recovery Connector Get Users User Subscription Info Threat Protection] - (List) ThreatProtectionInfo holds information about the Datahawk ThreatProtection subscription such as if it is active or not. Nested schema for threat_protection:
- classifications List<Property Map>
- (List) ClassificationInfo holds information about the Datahawk Classification subscription such as if it is active or not. Nested schema for classification:
- data
Protect List<Property Map>Azures - (List) ClassificationInfo holds information about the Datahawk Classification subscription such as if it is active or not. Nested schema for data_protect_azure:
- data
Protects List<Property Map> - (List) DMaaSSubscriptionInfo holds information about the Data Protect subscription such as if it is active or not. Nested schema for data_protect:
- fort
Knox List<Property Map>Azure Cools - (List) FortKnoxInfo holds information about the Fortknox Azure or Azure FreeTrial or AwsCold or AwsCold FreeTrial subscription such as if it is active. Nested schema for fort_knox_azure_cool:
- fort
Knox List<Property Map>Azure Hots - (List) FortKnoxInfo holds information about the Fortknox Azure or Azure FreeTrial or AwsCold or AwsCold FreeTrial subscription such as if it is active. Nested schema for fort_knox_azure_hot:
- fort
Knox List<Property Map>Colds - (List) FortKnoxInfo holds information about the Fortknox Azure or Azure FreeTrial or AwsCold or AwsCold FreeTrial subscription such as if it is active. Nested schema for fort_knox_cold:
- ransomwares List<Property Map>
- (List) RansomwareInfo holds information about the FortKnox/FortKnoxFreeTrial subscription such as if it is active or not. Nested schema for ransomware:
- site
Continuities List<Property Map> - (List) SiteContinuityInfo holds information about the Site Continuity subscription such as if it is active or not. Nested schema for site_continuity:
- threat
Protections List<Property Map> - (List) ThreatProtectionInfo holds information about the Datahawk ThreatProtection subscription such as if it is active or not. Nested schema for threat_protection:
GetBackupRecoveryConnectorGetUsersUserSubscriptionInfoClassification
- End
Date string - (String) Specifies the end date of the subscription.
- Is
Active bool - (Boolean) Specifies whether or not the tenant is active.
- Is
Free boolTrial - (Boolean) Specifies the end date of the subscription.
- Start
Date string - (String) Specifies the start date of the subscription.
- End
Date string - (String) Specifies the end date of the subscription.
- Is
Active bool - (Boolean) Specifies whether or not the tenant is active.
- Is
Free boolTrial - (Boolean) Specifies the end date of the subscription.
- Start
Date string - (String) Specifies the start date of the subscription.
- end
Date String - (String) Specifies the end date of the subscription.
- is
Active Boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Free BooleanTrial - (Boolean) Specifies the end date of the subscription.
- start
Date String - (String) Specifies the start date of the subscription.
- end
Date string - (String) Specifies the end date of the subscription.
- is
Active boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Free booleanTrial - (Boolean) Specifies the end date of the subscription.
- start
Date string - (String) Specifies the start date of the subscription.
- end_
date str - (String) Specifies the end date of the subscription.
- is_
active bool - (Boolean) Specifies whether or not the tenant is active.
- is_
free_ booltrial - (Boolean) Specifies the end date of the subscription.
- start_
date str - (String) Specifies the start date of the subscription.
- end
Date String - (String) Specifies the end date of the subscription.
- is
Active Boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Free BooleanTrial - (Boolean) Specifies the end date of the subscription.
- start
Date String - (String) Specifies the start date of the subscription.
GetBackupRecoveryConnectorGetUsersUserSubscriptionInfoDataProtect
- End
Date string - (String) Specifies the end date of the subscription.
- Is
Active bool - (Boolean) Specifies whether or not the tenant is active.
- Is
Aws boolSubscription - (Boolean) Specifies whether the subscription is AWS Subscription.
- Is
Cohesity boolSubscription - (Boolean) Specifies whether the subscription is a Cohesity Paid subscription.
- Is
Free boolTrial - (Boolean) Specifies the end date of the subscription.
- Quantity double
- (Integer) Specifies the quantity of the subscription.
- Start
Date string - (String) Specifies the start date of the subscription.
- Tierings
List<Get
Backup Recovery Connector Get Users User Subscription Info Data Protect Tiering> - (List) Specifies the tiering info. Nested schema for tiering:
- End
Date string - (String) Specifies the end date of the subscription.
- Is
Active bool - (Boolean) Specifies whether or not the tenant is active.
- Is
Aws boolSubscription - (Boolean) Specifies whether the subscription is AWS Subscription.
- Is
Cohesity boolSubscription - (Boolean) Specifies whether the subscription is a Cohesity Paid subscription.
- Is
Free boolTrial - (Boolean) Specifies the end date of the subscription.
- Quantity float64
- (Integer) Specifies the quantity of the subscription.
- Start
Date string - (String) Specifies the start date of the subscription.
- Tierings
[]Get
Backup Recovery Connector Get Users User Subscription Info Data Protect Tiering - (List) Specifies the tiering info. Nested schema for tiering:
- end
Date String - (String) Specifies the end date of the subscription.
- is
Active Boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Aws BooleanSubscription - (Boolean) Specifies whether the subscription is AWS Subscription.
- is
Cohesity BooleanSubscription - (Boolean) Specifies whether the subscription is a Cohesity Paid subscription.
- is
Free BooleanTrial - (Boolean) Specifies the end date of the subscription.
- quantity Double
- (Integer) Specifies the quantity of the subscription.
- start
Date String - (String) Specifies the start date of the subscription.
- tierings
List<Get
Backup Recovery Connector Get Users User Subscription Info Data Protect Tiering> - (List) Specifies the tiering info. Nested schema for tiering:
- end
Date string - (String) Specifies the end date of the subscription.
- is
Active boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Aws booleanSubscription - (Boolean) Specifies whether the subscription is AWS Subscription.
- is
Cohesity booleanSubscription - (Boolean) Specifies whether the subscription is a Cohesity Paid subscription.
- is
Free booleanTrial - (Boolean) Specifies the end date of the subscription.
- quantity number
- (Integer) Specifies the quantity of the subscription.
- start
Date string - (String) Specifies the start date of the subscription.
- tierings
Get
Backup Recovery Connector Get Users User Subscription Info Data Protect Tiering[] - (List) Specifies the tiering info. Nested schema for tiering:
- end_
date str - (String) Specifies the end date of the subscription.
- is_
active bool - (Boolean) Specifies whether or not the tenant is active.
- is_
aws_ boolsubscription - (Boolean) Specifies whether the subscription is AWS Subscription.
- is_
cohesity_ boolsubscription - (Boolean) Specifies whether the subscription is a Cohesity Paid subscription.
- is_
free_ booltrial - (Boolean) Specifies the end date of the subscription.
- quantity float
- (Integer) Specifies the quantity of the subscription.
- start_
date str - (String) Specifies the start date of the subscription.
- tierings
Sequence[Get
Backup Recovery Connector Get Users User Subscription Info Data Protect Tiering] - (List) Specifies the tiering info. Nested schema for tiering:
- end
Date String - (String) Specifies the end date of the subscription.
- is
Active Boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Aws BooleanSubscription - (Boolean) Specifies whether the subscription is AWS Subscription.
- is
Cohesity BooleanSubscription - (Boolean) Specifies whether the subscription is a Cohesity Paid subscription.
- is
Free BooleanTrial - (Boolean) Specifies the end date of the subscription.
- quantity Number
- (Integer) Specifies the quantity of the subscription.
- start
Date String - (String) Specifies the start date of the subscription.
- tierings List<Property Map>
- (List) Specifies the tiering info. Nested schema for tiering:
GetBackupRecoveryConnectorGetUsersUserSubscriptionInfoDataProtectAzure
- End
Date string - (String) Specifies the end date of the subscription.
- Is
Active bool - (Boolean) Specifies whether or not the tenant is active.
- Is
Free boolTrial - (Boolean) Specifies the end date of the subscription.
- Quantity double
- (Integer) Specifies the quantity of the subscription.
- Start
Date string - (String) Specifies the start date of the subscription.
- Tierings
List<Get
Backup Recovery Connector Get Users User Subscription Info Data Protect Azure Tiering> - (List) Specifies the tiering info. Nested schema for tiering:
- End
Date string - (String) Specifies the end date of the subscription.
- Is
Active bool - (Boolean) Specifies whether or not the tenant is active.
- Is
Free boolTrial - (Boolean) Specifies the end date of the subscription.
- Quantity float64
- (Integer) Specifies the quantity of the subscription.
- Start
Date string - (String) Specifies the start date of the subscription.
- Tierings
[]Get
Backup Recovery Connector Get Users User Subscription Info Data Protect Azure Tiering - (List) Specifies the tiering info. Nested schema for tiering:
- end
Date String - (String) Specifies the end date of the subscription.
- is
Active Boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Free BooleanTrial - (Boolean) Specifies the end date of the subscription.
- quantity Double
- (Integer) Specifies the quantity of the subscription.
- start
Date String - (String) Specifies the start date of the subscription.
- tierings
List<Get
Backup Recovery Connector Get Users User Subscription Info Data Protect Azure Tiering> - (List) Specifies the tiering info. Nested schema for tiering:
- end
Date string - (String) Specifies the end date of the subscription.
- is
Active boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Free booleanTrial - (Boolean) Specifies the end date of the subscription.
- quantity number
- (Integer) Specifies the quantity of the subscription.
- start
Date string - (String) Specifies the start date of the subscription.
- tierings
Get
Backup Recovery Connector Get Users User Subscription Info Data Protect Azure Tiering[] - (List) Specifies the tiering info. Nested schema for tiering:
- end_
date str - (String) Specifies the end date of the subscription.
- is_
active bool - (Boolean) Specifies whether or not the tenant is active.
- is_
free_ booltrial - (Boolean) Specifies the end date of the subscription.
- quantity float
- (Integer) Specifies the quantity of the subscription.
- start_
date str - (String) Specifies the start date of the subscription.
- tierings
Sequence[Get
Backup Recovery Connector Get Users User Subscription Info Data Protect Azure Tiering] - (List) Specifies the tiering info. Nested schema for tiering:
- end
Date String - (String) Specifies the end date of the subscription.
- is
Active Boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Free BooleanTrial - (Boolean) Specifies the end date of the subscription.
- quantity Number
- (Integer) Specifies the quantity of the subscription.
- start
Date String - (String) Specifies the start date of the subscription.
- tierings List<Property Map>
- (List) Specifies the tiering info. Nested schema for tiering:
GetBackupRecoveryConnectorGetUsersUserSubscriptionInfoDataProtectAzureTiering
- Backend
Tiering bool - (Boolean) Specifies whether back-end tiering is enabled.
- Frontend
Tiering bool - (Boolean) Specifies whether Front End Tiering Enabled.
- Max
Retention double - (Integer) Specified the max retention for backup policy creation.
- Backend
Tiering bool - (Boolean) Specifies whether back-end tiering is enabled.
- Frontend
Tiering bool - (Boolean) Specifies whether Front End Tiering Enabled.
- Max
Retention float64 - (Integer) Specified the max retention for backup policy creation.
- backend
Tiering Boolean - (Boolean) Specifies whether back-end tiering is enabled.
- frontend
Tiering Boolean - (Boolean) Specifies whether Front End Tiering Enabled.
- max
Retention Double - (Integer) Specified the max retention for backup policy creation.
- backend
Tiering boolean - (Boolean) Specifies whether back-end tiering is enabled.
- frontend
Tiering boolean - (Boolean) Specifies whether Front End Tiering Enabled.
- max
Retention number - (Integer) Specified the max retention for backup policy creation.
- backend_
tiering bool - (Boolean) Specifies whether back-end tiering is enabled.
- frontend_
tiering bool - (Boolean) Specifies whether Front End Tiering Enabled.
- max_
retention float - (Integer) Specified the max retention for backup policy creation.
- backend
Tiering Boolean - (Boolean) Specifies whether back-end tiering is enabled.
- frontend
Tiering Boolean - (Boolean) Specifies whether Front End Tiering Enabled.
- max
Retention Number - (Integer) Specified the max retention for backup policy creation.
GetBackupRecoveryConnectorGetUsersUserSubscriptionInfoDataProtectTiering
- Backend
Tiering bool - (Boolean) Specifies whether back-end tiering is enabled.
- Frontend
Tiering bool - (Boolean) Specifies whether Front End Tiering Enabled.
- Max
Retention double - (Integer) Specified the max retention for backup policy creation.
- Backend
Tiering bool - (Boolean) Specifies whether back-end tiering is enabled.
- Frontend
Tiering bool - (Boolean) Specifies whether Front End Tiering Enabled.
- Max
Retention float64 - (Integer) Specified the max retention for backup policy creation.
- backend
Tiering Boolean - (Boolean) Specifies whether back-end tiering is enabled.
- frontend
Tiering Boolean - (Boolean) Specifies whether Front End Tiering Enabled.
- max
Retention Double - (Integer) Specified the max retention for backup policy creation.
- backend
Tiering boolean - (Boolean) Specifies whether back-end tiering is enabled.
- frontend
Tiering boolean - (Boolean) Specifies whether Front End Tiering Enabled.
- max
Retention number - (Integer) Specified the max retention for backup policy creation.
- backend_
tiering bool - (Boolean) Specifies whether back-end tiering is enabled.
- frontend_
tiering bool - (Boolean) Specifies whether Front End Tiering Enabled.
- max_
retention float - (Integer) Specified the max retention for backup policy creation.
- backend
Tiering Boolean - (Boolean) Specifies whether back-end tiering is enabled.
- frontend
Tiering Boolean - (Boolean) Specifies whether Front End Tiering Enabled.
- max
Retention Number - (Integer) Specified the max retention for backup policy creation.
GetBackupRecoveryConnectorGetUsersUserSubscriptionInfoFortKnoxAzureCool
- End
Date string - (String) Specifies the end date of the subscription.
- Is
Active bool - (Boolean) Specifies whether or not the tenant is active.
- Is
Free boolTrial - (Boolean) Specifies the end date of the subscription.
- Quantity double
- (Integer) Specifies the quantity of the subscription.
- Start
Date string - (String) Specifies the start date of the subscription.
- End
Date string - (String) Specifies the end date of the subscription.
- Is
Active bool - (Boolean) Specifies whether or not the tenant is active.
- Is
Free boolTrial - (Boolean) Specifies the end date of the subscription.
- Quantity float64
- (Integer) Specifies the quantity of the subscription.
- Start
Date string - (String) Specifies the start date of the subscription.
- end
Date String - (String) Specifies the end date of the subscription.
- is
Active Boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Free BooleanTrial - (Boolean) Specifies the end date of the subscription.
- quantity Double
- (Integer) Specifies the quantity of the subscription.
- start
Date String - (String) Specifies the start date of the subscription.
- end
Date string - (String) Specifies the end date of the subscription.
- is
Active boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Free booleanTrial - (Boolean) Specifies the end date of the subscription.
- quantity number
- (Integer) Specifies the quantity of the subscription.
- start
Date string - (String) Specifies the start date of the subscription.
- end_
date str - (String) Specifies the end date of the subscription.
- is_
active bool - (Boolean) Specifies whether or not the tenant is active.
- is_
free_ booltrial - (Boolean) Specifies the end date of the subscription.
- quantity float
- (Integer) Specifies the quantity of the subscription.
- start_
date str - (String) Specifies the start date of the subscription.
- end
Date String - (String) Specifies the end date of the subscription.
- is
Active Boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Free BooleanTrial - (Boolean) Specifies the end date of the subscription.
- quantity Number
- (Integer) Specifies the quantity of the subscription.
- start
Date String - (String) Specifies the start date of the subscription.
GetBackupRecoveryConnectorGetUsersUserSubscriptionInfoFortKnoxAzureHot
- End
Date string - (String) Specifies the end date of the subscription.
- Is
Active bool - (Boolean) Specifies whether or not the tenant is active.
- Is
Free boolTrial - (Boolean) Specifies the end date of the subscription.
- Quantity double
- (Integer) Specifies the quantity of the subscription.
- Start
Date string - (String) Specifies the start date of the subscription.
- End
Date string - (String) Specifies the end date of the subscription.
- Is
Active bool - (Boolean) Specifies whether or not the tenant is active.
- Is
Free boolTrial - (Boolean) Specifies the end date of the subscription.
- Quantity float64
- (Integer) Specifies the quantity of the subscription.
- Start
Date string - (String) Specifies the start date of the subscription.
- end
Date String - (String) Specifies the end date of the subscription.
- is
Active Boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Free BooleanTrial - (Boolean) Specifies the end date of the subscription.
- quantity Double
- (Integer) Specifies the quantity of the subscription.
- start
Date String - (String) Specifies the start date of the subscription.
- end
Date string - (String) Specifies the end date of the subscription.
- is
Active boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Free booleanTrial - (Boolean) Specifies the end date of the subscription.
- quantity number
- (Integer) Specifies the quantity of the subscription.
- start
Date string - (String) Specifies the start date of the subscription.
- end_
date str - (String) Specifies the end date of the subscription.
- is_
active bool - (Boolean) Specifies whether or not the tenant is active.
- is_
free_ booltrial - (Boolean) Specifies the end date of the subscription.
- quantity float
- (Integer) Specifies the quantity of the subscription.
- start_
date str - (String) Specifies the start date of the subscription.
- end
Date String - (String) Specifies the end date of the subscription.
- is
Active Boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Free BooleanTrial - (Boolean) Specifies the end date of the subscription.
- quantity Number
- (Integer) Specifies the quantity of the subscription.
- start
Date String - (String) Specifies the start date of the subscription.
GetBackupRecoveryConnectorGetUsersUserSubscriptionInfoFortKnoxCold
- End
Date string - (String) Specifies the end date of the subscription.
- Is
Active bool - (Boolean) Specifies whether or not the tenant is active.
- Is
Free boolTrial - (Boolean) Specifies the end date of the subscription.
- Quantity double
- (Integer) Specifies the quantity of the subscription.
- Start
Date string - (String) Specifies the start date of the subscription.
- End
Date string - (String) Specifies the end date of the subscription.
- Is
Active bool - (Boolean) Specifies whether or not the tenant is active.
- Is
Free boolTrial - (Boolean) Specifies the end date of the subscription.
- Quantity float64
- (Integer) Specifies the quantity of the subscription.
- Start
Date string - (String) Specifies the start date of the subscription.
- end
Date String - (String) Specifies the end date of the subscription.
- is
Active Boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Free BooleanTrial - (Boolean) Specifies the end date of the subscription.
- quantity Double
- (Integer) Specifies the quantity of the subscription.
- start
Date String - (String) Specifies the start date of the subscription.
- end
Date string - (String) Specifies the end date of the subscription.
- is
Active boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Free booleanTrial - (Boolean) Specifies the end date of the subscription.
- quantity number
- (Integer) Specifies the quantity of the subscription.
- start
Date string - (String) Specifies the start date of the subscription.
- end_
date str - (String) Specifies the end date of the subscription.
- is_
active bool - (Boolean) Specifies whether or not the tenant is active.
- is_
free_ booltrial - (Boolean) Specifies the end date of the subscription.
- quantity float
- (Integer) Specifies the quantity of the subscription.
- start_
date str - (String) Specifies the start date of the subscription.
- end
Date String - (String) Specifies the end date of the subscription.
- is
Active Boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Free BooleanTrial - (Boolean) Specifies the end date of the subscription.
- quantity Number
- (Integer) Specifies the quantity of the subscription.
- start
Date String - (String) Specifies the start date of the subscription.
GetBackupRecoveryConnectorGetUsersUserSubscriptionInfoRansomware
- End
Date string - (String) Specifies the end date of the subscription.
- Is
Active bool - (Boolean) Specifies whether or not the tenant is active.
- Is
Free boolTrial - (Boolean) Specifies the end date of the subscription.
- Quantity double
- (Integer) Specifies the quantity of the subscription.
- Start
Date string - (String) Specifies the start date of the subscription.
- End
Date string - (String) Specifies the end date of the subscription.
- Is
Active bool - (Boolean) Specifies whether or not the tenant is active.
- Is
Free boolTrial - (Boolean) Specifies the end date of the subscription.
- Quantity float64
- (Integer) Specifies the quantity of the subscription.
- Start
Date string - (String) Specifies the start date of the subscription.
- end
Date String - (String) Specifies the end date of the subscription.
- is
Active Boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Free BooleanTrial - (Boolean) Specifies the end date of the subscription.
- quantity Double
- (Integer) Specifies the quantity of the subscription.
- start
Date String - (String) Specifies the start date of the subscription.
- end
Date string - (String) Specifies the end date of the subscription.
- is
Active boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Free booleanTrial - (Boolean) Specifies the end date of the subscription.
- quantity number
- (Integer) Specifies the quantity of the subscription.
- start
Date string - (String) Specifies the start date of the subscription.
- end_
date str - (String) Specifies the end date of the subscription.
- is_
active bool - (Boolean) Specifies whether or not the tenant is active.
- is_
free_ booltrial - (Boolean) Specifies the end date of the subscription.
- quantity float
- (Integer) Specifies the quantity of the subscription.
- start_
date str - (String) Specifies the start date of the subscription.
- end
Date String - (String) Specifies the end date of the subscription.
- is
Active Boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Free BooleanTrial - (Boolean) Specifies the end date of the subscription.
- quantity Number
- (Integer) Specifies the quantity of the subscription.
- start
Date String - (String) Specifies the start date of the subscription.
GetBackupRecoveryConnectorGetUsersUserSubscriptionInfoSiteContinuity
- End
Date string - (String) Specifies the end date of the subscription.
- Is
Active bool - (Boolean) Specifies whether or not the tenant is active.
- Is
Free boolTrial - (Boolean) Specifies the end date of the subscription.
- Start
Date string - (String) Specifies the start date of the subscription.
- End
Date string - (String) Specifies the end date of the subscription.
- Is
Active bool - (Boolean) Specifies whether or not the tenant is active.
- Is
Free boolTrial - (Boolean) Specifies the end date of the subscription.
- Start
Date string - (String) Specifies the start date of the subscription.
- end
Date String - (String) Specifies the end date of the subscription.
- is
Active Boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Free BooleanTrial - (Boolean) Specifies the end date of the subscription.
- start
Date String - (String) Specifies the start date of the subscription.
- end
Date string - (String) Specifies the end date of the subscription.
- is
Active boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Free booleanTrial - (Boolean) Specifies the end date of the subscription.
- start
Date string - (String) Specifies the start date of the subscription.
- end_
date str - (String) Specifies the end date of the subscription.
- is_
active bool - (Boolean) Specifies whether or not the tenant is active.
- is_
free_ booltrial - (Boolean) Specifies the end date of the subscription.
- start_
date str - (String) Specifies the start date of the subscription.
- end
Date String - (String) Specifies the end date of the subscription.
- is
Active Boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Free BooleanTrial - (Boolean) Specifies the end date of the subscription.
- start
Date String - (String) Specifies the start date of the subscription.
GetBackupRecoveryConnectorGetUsersUserSubscriptionInfoThreatProtection
- End
Date string - (String) Specifies the end date of the subscription.
- Is
Active bool - (Boolean) Specifies whether or not the tenant is active.
- Is
Free boolTrial - (Boolean) Specifies the end date of the subscription.
- Start
Date string - (String) Specifies the start date of the subscription.
- End
Date string - (String) Specifies the end date of the subscription.
- Is
Active bool - (Boolean) Specifies whether or not the tenant is active.
- Is
Free boolTrial - (Boolean) Specifies the end date of the subscription.
- Start
Date string - (String) Specifies the start date of the subscription.
- end
Date String - (String) Specifies the end date of the subscription.
- is
Active Boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Free BooleanTrial - (Boolean) Specifies the end date of the subscription.
- start
Date String - (String) Specifies the start date of the subscription.
- end
Date string - (String) Specifies the end date of the subscription.
- is
Active boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Free booleanTrial - (Boolean) Specifies the end date of the subscription.
- start
Date string - (String) Specifies the start date of the subscription.
- end_
date str - (String) Specifies the end date of the subscription.
- is_
active bool - (Boolean) Specifies whether or not the tenant is active.
- is_
free_ booltrial - (Boolean) Specifies the end date of the subscription.
- start_
date str - (String) Specifies the start date of the subscription.
- end
Date String - (String) Specifies the end date of the subscription.
- is
Active Boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Free BooleanTrial - (Boolean) Specifies the end date of the subscription.
- start
Date String - (String) Specifies the start date of the subscription.
GetBackupRecoveryConnectorGetUsersUserTenantAccess
- Cluster
Identifiers List<GetBackup Recovery Connector Get Users User Tenant Access Cluster Identifier> - (List) Specifies the list of clusters. Nested schema for cluster_identifiers:
- Created
Time doubleMsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access was created.
- Effective
Time doubleMsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access becomes effective. Until that time, the user cannot log in.
- Expired
Time doubleMsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access becomes expired. After that, the user cannot log in.
- Is
Access boolActive - (Boolean) IsAccessActive specifies whether or not a tenant access is active, or has been deactivated by the customer. The default behavior is 'true'.
- Is
Active bool - (Boolean) Specifies whether or not the tenant is active.
- Is
Deleted bool - (Boolean) Specifies whether or not the tenant is deleted.
- Last
Updated doubleTime Msecs - (Integer) Specifies the epoch time in milliseconds when the tenant access was last modified.
- Roles List<string>
- (List) Specifies the Cohesity roles to associate with the user such as such as 'Admin', 'Ops' or 'View'.
- Constraints: The minimum length is
1
item.
- Constraints: The minimum length is
- Tenant
Id string - (String) Specifies the effective Tenant ID of the user.
- Tenant
Name string - (String) Specifies the tenant name.
- Tenant
Type string - (String) Specifies the MCM tenant type. 'Dmaas' implies tenant type is DMaaS. 'Mcm' implies tenant is Mcm Cluster tenant.
- Constraints: Allowable values are:
Dmaas
,Mcm
.
- Constraints: Allowable values are:
- Cluster
Identifiers []GetBackup Recovery Connector Get Users User Tenant Access Cluster Identifier - (List) Specifies the list of clusters. Nested schema for cluster_identifiers:
- Created
Time float64Msecs - (Integer) Specifies the epoch time in milliseconds when the tenant access was created.
- Effective
Time float64Msecs - (Integer) Specifies the epoch time in milliseconds when the tenant access becomes effective. Until that time, the user cannot log in.
- Expired
Time float64Msecs - (Integer) Specifies the epoch time in milliseconds when the tenant access becomes expired. After that, the user cannot log in.
- Is
Access boolActive - (Boolean) IsAccessActive specifies whether or not a tenant access is active, or has been deactivated by the customer. The default behavior is 'true'.
- Is
Active bool - (Boolean) Specifies whether or not the tenant is active.
- Is
Deleted bool - (Boolean) Specifies whether or not the tenant is deleted.
- Last
Updated float64Time Msecs - (Integer) Specifies the epoch time in milliseconds when the tenant access was last modified.
- Roles []string
- (List) Specifies the Cohesity roles to associate with the user such as such as 'Admin', 'Ops' or 'View'.
- Constraints: The minimum length is
1
item.
- Constraints: The minimum length is
- Tenant
Id string - (String) Specifies the effective Tenant ID of the user.
- Tenant
Name string - (String) Specifies the tenant name.
- Tenant
Type string - (String) Specifies the MCM tenant type. 'Dmaas' implies tenant type is DMaaS. 'Mcm' implies tenant is Mcm Cluster tenant.
- Constraints: Allowable values are:
Dmaas
,Mcm
.
- Constraints: Allowable values are:
- cluster
Identifiers List<GetBackup Recovery Connector Get Users User Tenant Access Cluster Identifier> - (List) Specifies the list of clusters. Nested schema for cluster_identifiers:
- created
Time DoubleMsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access was created.
- effective
Time DoubleMsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access becomes effective. Until that time, the user cannot log in.
- expired
Time DoubleMsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access becomes expired. After that, the user cannot log in.
- is
Access BooleanActive - (Boolean) IsAccessActive specifies whether or not a tenant access is active, or has been deactivated by the customer. The default behavior is 'true'.
- is
Active Boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Deleted Boolean - (Boolean) Specifies whether or not the tenant is deleted.
- last
Updated DoubleTime Msecs - (Integer) Specifies the epoch time in milliseconds when the tenant access was last modified.
- roles List<String>
- (List) Specifies the Cohesity roles to associate with the user such as such as 'Admin', 'Ops' or 'View'.
- Constraints: The minimum length is
1
item.
- Constraints: The minimum length is
- tenant
Id String - (String) Specifies the effective Tenant ID of the user.
- tenant
Name String - (String) Specifies the tenant name.
- tenant
Type String - (String) Specifies the MCM tenant type. 'Dmaas' implies tenant type is DMaaS. 'Mcm' implies tenant is Mcm Cluster tenant.
- Constraints: Allowable values are:
Dmaas
,Mcm
.
- Constraints: Allowable values are:
- cluster
Identifiers GetBackup Recovery Connector Get Users User Tenant Access Cluster Identifier[] - (List) Specifies the list of clusters. Nested schema for cluster_identifiers:
- created
Time numberMsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access was created.
- effective
Time numberMsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access becomes effective. Until that time, the user cannot log in.
- expired
Time numberMsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access becomes expired. After that, the user cannot log in.
- is
Access booleanActive - (Boolean) IsAccessActive specifies whether or not a tenant access is active, or has been deactivated by the customer. The default behavior is 'true'.
- is
Active boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Deleted boolean - (Boolean) Specifies whether or not the tenant is deleted.
- last
Updated numberTime Msecs - (Integer) Specifies the epoch time in milliseconds when the tenant access was last modified.
- roles string[]
- (List) Specifies the Cohesity roles to associate with the user such as such as 'Admin', 'Ops' or 'View'.
- Constraints: The minimum length is
1
item.
- Constraints: The minimum length is
- tenant
Id string - (String) Specifies the effective Tenant ID of the user.
- tenant
Name string - (String) Specifies the tenant name.
- tenant
Type string - (String) Specifies the MCM tenant type. 'Dmaas' implies tenant type is DMaaS. 'Mcm' implies tenant is Mcm Cluster tenant.
- Constraints: Allowable values are:
Dmaas
,Mcm
.
- Constraints: Allowable values are:
- cluster_
identifiers Sequence[GetBackup Recovery Connector Get Users User Tenant Access Cluster Identifier] - (List) Specifies the list of clusters. Nested schema for cluster_identifiers:
- created_
time_ floatmsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access was created.
- effective_
time_ floatmsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access becomes effective. Until that time, the user cannot log in.
- expired_
time_ floatmsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access becomes expired. After that, the user cannot log in.
- is_
access_ boolactive - (Boolean) IsAccessActive specifies whether or not a tenant access is active, or has been deactivated by the customer. The default behavior is 'true'.
- is_
active bool - (Boolean) Specifies whether or not the tenant is active.
- is_
deleted bool - (Boolean) Specifies whether or not the tenant is deleted.
- last_
updated_ floattime_ msecs - (Integer) Specifies the epoch time in milliseconds when the tenant access was last modified.
- roles Sequence[str]
- (List) Specifies the Cohesity roles to associate with the user such as such as 'Admin', 'Ops' or 'View'.
- Constraints: The minimum length is
1
item.
- Constraints: The minimum length is
- tenant_
id str - (String) Specifies the effective Tenant ID of the user.
- tenant_
name str - (String) Specifies the tenant name.
- tenant_
type str - (String) Specifies the MCM tenant type. 'Dmaas' implies tenant type is DMaaS. 'Mcm' implies tenant is Mcm Cluster tenant.
- Constraints: Allowable values are:
Dmaas
,Mcm
.
- Constraints: Allowable values are:
- cluster
Identifiers List<Property Map> - (List) Specifies the list of clusters. Nested schema for cluster_identifiers:
- created
Time NumberMsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access was created.
- effective
Time NumberMsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access becomes effective. Until that time, the user cannot log in.
- expired
Time NumberMsecs - (Integer) Specifies the epoch time in milliseconds when the tenant access becomes expired. After that, the user cannot log in.
- is
Access BooleanActive - (Boolean) IsAccessActive specifies whether or not a tenant access is active, or has been deactivated by the customer. The default behavior is 'true'.
- is
Active Boolean - (Boolean) Specifies whether or not the tenant is active.
- is
Deleted Boolean - (Boolean) Specifies whether or not the tenant is deleted.
- last
Updated NumberTime Msecs - (Integer) Specifies the epoch time in milliseconds when the tenant access was last modified.
- roles List<String>
- (List) Specifies the Cohesity roles to associate with the user such as such as 'Admin', 'Ops' or 'View'.
- Constraints: The minimum length is
1
item.
- Constraints: The minimum length is
- tenant
Id String - (String) Specifies the effective Tenant ID of the user.
- tenant
Name String - (String) Specifies the tenant name.
- tenant
Type String - (String) Specifies the MCM tenant type. 'Dmaas' implies tenant type is DMaaS. 'Mcm' implies tenant is Mcm Cluster tenant.
- Constraints: Allowable values are:
Dmaas
,Mcm
.
- Constraints: Allowable values are:
GetBackupRecoveryConnectorGetUsersUserTenantAccessClusterIdentifier
- Cluster
Id double - (Integer) Specifies the id of the cluster.
- Cluster
Incarnation doubleId - (Integer) Specifies the incarnation id of the cluster.
- Cluster
Id float64 - (Integer) Specifies the id of the cluster.
- Cluster
Incarnation float64Id - (Integer) Specifies the incarnation id of the cluster.
- cluster
Id Double - (Integer) Specifies the id of the cluster.
- cluster
Incarnation DoubleId - (Integer) Specifies the incarnation id of the cluster.
- cluster
Id number - (Integer) Specifies the id of the cluster.
- cluster
Incarnation numberId - (Integer) Specifies the incarnation id of the cluster.
- cluster_
id float - (Integer) Specifies the id of the cluster.
- cluster_
incarnation_ floatid - (Integer) Specifies the incarnation id of the cluster.
- cluster
Id Number - (Integer) Specifies the id of the cluster.
- cluster
Incarnation NumberId - (Integer) Specifies the incarnation id of the cluster.
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.