ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getBackupRecoverySearchIndexedObject
Explore with Pulumi AI
Provides a read-only data source to retrieve information about Common Search Indexed Objects Params.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const backupRecoverySearchIndexedObjectInstance = ibm.getBackupRecoverySearchIndexedObject({
cassandraParams: {
cassandraObjectTypes: ["CassandraKeyspaces"],
searchString: "search_string",
sourceIds: [1],
},
couchbaseParams: {
couchbaseObjectTypes: ["CouchbaseBuckets"],
searchString: "search_string",
sourceIds: [1],
},
emailParams: {
attendeesAddresses: ["attendeesAddresses"],
bccRecipientAddresses: ["bccRecipientAddresses"],
ccRecipientAddresses: ["ccRecipientAddresses"],
createdEndTimeSecs: 1,
createdStartTimeSecs: 1,
dueDateEndTimeSecs: 1,
dueDateStartTimeSecs: 1,
emailAddress: "email_address",
emailSubject: "email_subject",
firstName: "first_name",
folderNames: ["folderNames"],
hasAttachment: true,
lastModifiedEndTimeSecs: 1,
lastModifiedStartTimeSecs: 1,
lastName: "last_name",
middleName: "middle_name",
o365Params: {
domainIds: [1],
mailboxIds: [1],
},
organizerAddress: "organizer_address",
receivedEndTimeSecs: 1,
receivedStartTimeSecs: 1,
recipientAddresses: ["recipientAddresses"],
senderAddress: "sender_address",
sourceEnvironment: "kO365",
taskStatusTypes: ["NotStarted"],
types: ["Email"],
},
exchangeParams: {
searchString: "search_string",
},
fileParams: {
objectIds: [1],
searchString: "search_string",
sourceEnvironments: ["kVMware"],
sourceIds: [1],
types: ["File"],
},
hbaseParams: {
hbaseObjectTypes: ["HbaseNamespaces"],
searchString: "search_string",
sourceIds: [1],
},
hdfsParams: {
hdfsTypes: ["HDFSFolders"],
searchString: "search_string",
sourceIds: [1],
},
hiveParams: {
hiveObjectTypes: ["HiveDatabases"],
searchString: "search_string",
sourceIds: [1],
},
mongodbParams: {
mongoDbObjectTypes: ["MongoDatabases"],
searchString: "search_string",
sourceIds: [1],
},
msGroupsParams: {
mailboxParams: {
attendeesAddresses: ["attendeesAddresses"],
bccRecipientAddresses: ["bccRecipientAddresses"],
ccRecipientAddresses: ["ccRecipientAddresses"],
createdEndTimeSecs: 1,
createdStartTimeSecs: 1,
dueDateEndTimeSecs: 1,
dueDateStartTimeSecs: 1,
emailAddress: "email_address",
emailSubject: "email_subject",
firstName: "first_name",
folderNames: ["folderNames"],
hasAttachment: true,
lastModifiedEndTimeSecs: 1,
lastModifiedStartTimeSecs: 1,
lastName: "last_name",
middleName: "middle_name",
organizerAddress: "organizer_address",
receivedEndTimeSecs: 1,
receivedStartTimeSecs: 1,
recipientAddresses: ["recipientAddresses"],
senderAddress: "sender_address",
sourceEnvironment: "kO365",
taskStatusTypes: ["NotStarted"],
types: ["Email"],
},
o365Params: {
domainIds: [1],
groupIds: [1],
siteIds: [1],
teamsIds: [1],
userIds: [1],
},
siteParams: {
categoryTypes: ["Document"],
creationEndTimeSecs: 1,
creationStartTimeSecs: 1,
includeFiles: true,
includeFolders: true,
o365Params: {
domainIds: [1],
groupIds: [1],
siteIds: [1],
teamsIds: [1],
userIds: [1],
},
ownerNames: ["ownerNames"],
searchString: "search_string",
sizeBytesLowerLimit: 1,
sizeBytesUpperLimit: 1,
},
},
msTeamsParams: {
categoryTypes: ["Document"],
channelNames: ["channelNames"],
channelParams: {
channelEmail: "channel_email",
channelId: "channel_id",
channelName: "channel_name",
includePrivateChannels: true,
includePublicChannels: true,
},
creationEndTimeSecs: 1,
creationStartTimeSecs: 1,
o365Params: {
domainIds: [1],
groupIds: [1],
siteIds: [1],
teamsIds: [1],
userIds: [1],
},
ownerNames: ["ownerNames"],
searchString: "search_string",
sizeBytesLowerLimit: 1,
sizeBytesUpperLimit: 1,
types: ["Channel"],
},
objectType: "Emails",
oneDriveParams: {
categoryTypes: ["Document"],
creationEndTimeSecs: 1,
creationStartTimeSecs: 1,
includeFiles: true,
includeFolders: true,
o365Params: {
domainIds: [1],
groupIds: [1],
siteIds: [1],
teamsIds: [1],
userIds: [1],
},
ownerNames: ["ownerNames"],
searchString: "search_string",
sizeBytesLowerLimit: 1,
sizeBytesUpperLimit: 1,
},
publicFolderParams: {
bccRecipientAddresses: ["bccRecipientAddresses"],
ccRecipientAddresses: ["ccRecipientAddresses"],
hasAttachment: true,
receivedEndTimeSecs: 1,
receivedStartTimeSecs: 1,
recipientAddresses: ["recipientAddresses"],
searchString: "search_string",
senderAddress: "sender_address",
types: ["Calendar"],
},
sfdcParams: {
mutationTypes: ["All"],
objectName: "object_name",
queryString: "query_string",
snapshotId: "snapshot_id",
},
sharepointParams: {
categoryTypes: ["Document"],
creationEndTimeSecs: 1,
creationStartTimeSecs: 1,
includeFiles: true,
includeFolders: true,
o365Params: {
domainIds: [1],
groupIds: [1],
siteIds: [1],
teamsIds: [1],
userIds: [1],
},
ownerNames: ["ownerNames"],
searchString: "search_string",
sizeBytesLowerLimit: 1,
sizeBytesUpperLimit: 1,
},
udaParams: {
searchString: "search_string",
sourceIds: [1],
},
xIbmTenantId: "x_ibm_tenant_id",
});
import pulumi
import pulumi_ibm as ibm
backup_recovery_search_indexed_object_instance = ibm.get_backup_recovery_search_indexed_object(cassandra_params={
"cassandra_object_types": ["CassandraKeyspaces"],
"search_string": "search_string",
"source_ids": [1],
},
couchbase_params={
"couchbase_object_types": ["CouchbaseBuckets"],
"search_string": "search_string",
"source_ids": [1],
},
email_params={
"attendees_addresses": ["attendeesAddresses"],
"bcc_recipient_addresses": ["bccRecipientAddresses"],
"cc_recipient_addresses": ["ccRecipientAddresses"],
"created_end_time_secs": 1,
"created_start_time_secs": 1,
"due_date_end_time_secs": 1,
"due_date_start_time_secs": 1,
"email_address": "email_address",
"email_subject": "email_subject",
"first_name": "first_name",
"folder_names": ["folderNames"],
"has_attachment": True,
"last_modified_end_time_secs": 1,
"last_modified_start_time_secs": 1,
"last_name": "last_name",
"middle_name": "middle_name",
"o365_params": {
"domain_ids": [1],
"mailbox_ids": [1],
},
"organizer_address": "organizer_address",
"received_end_time_secs": 1,
"received_start_time_secs": 1,
"recipient_addresses": ["recipientAddresses"],
"sender_address": "sender_address",
"source_environment": "kO365",
"task_status_types": ["NotStarted"],
"types": ["Email"],
},
exchange_params={
"search_string": "search_string",
},
file_params={
"object_ids": [1],
"search_string": "search_string",
"source_environments": ["kVMware"],
"source_ids": [1],
"types": ["File"],
},
hbase_params={
"hbase_object_types": ["HbaseNamespaces"],
"search_string": "search_string",
"source_ids": [1],
},
hdfs_params={
"hdfs_types": ["HDFSFolders"],
"search_string": "search_string",
"source_ids": [1],
},
hive_params={
"hive_object_types": ["HiveDatabases"],
"search_string": "search_string",
"source_ids": [1],
},
mongodb_params={
"mongo_db_object_types": ["MongoDatabases"],
"search_string": "search_string",
"source_ids": [1],
},
ms_groups_params={
"mailbox_params": {
"attendees_addresses": ["attendeesAddresses"],
"bcc_recipient_addresses": ["bccRecipientAddresses"],
"cc_recipient_addresses": ["ccRecipientAddresses"],
"created_end_time_secs": 1,
"created_start_time_secs": 1,
"due_date_end_time_secs": 1,
"due_date_start_time_secs": 1,
"email_address": "email_address",
"email_subject": "email_subject",
"first_name": "first_name",
"folder_names": ["folderNames"],
"has_attachment": True,
"last_modified_end_time_secs": 1,
"last_modified_start_time_secs": 1,
"last_name": "last_name",
"middle_name": "middle_name",
"organizer_address": "organizer_address",
"received_end_time_secs": 1,
"received_start_time_secs": 1,
"recipient_addresses": ["recipientAddresses"],
"sender_address": "sender_address",
"source_environment": "kO365",
"task_status_types": ["NotStarted"],
"types": ["Email"],
},
"o365_params": {
"domain_ids": [1],
"group_ids": [1],
"site_ids": [1],
"teams_ids": [1],
"user_ids": [1],
},
"site_params": {
"category_types": ["Document"],
"creation_end_time_secs": 1,
"creation_start_time_secs": 1,
"include_files": True,
"include_folders": True,
"o365_params": {
"domain_ids": [1],
"group_ids": [1],
"site_ids": [1],
"teams_ids": [1],
"user_ids": [1],
},
"owner_names": ["ownerNames"],
"search_string": "search_string",
"size_bytes_lower_limit": 1,
"size_bytes_upper_limit": 1,
},
},
ms_teams_params={
"category_types": ["Document"],
"channel_names": ["channelNames"],
"channel_params": {
"channel_email": "channel_email",
"channel_id": "channel_id",
"channel_name": "channel_name",
"include_private_channels": True,
"include_public_channels": True,
},
"creation_end_time_secs": 1,
"creation_start_time_secs": 1,
"o365_params": {
"domain_ids": [1],
"group_ids": [1],
"site_ids": [1],
"teams_ids": [1],
"user_ids": [1],
},
"owner_names": ["ownerNames"],
"search_string": "search_string",
"size_bytes_lower_limit": 1,
"size_bytes_upper_limit": 1,
"types": ["Channel"],
},
object_type="Emails",
one_drive_params={
"category_types": ["Document"],
"creation_end_time_secs": 1,
"creation_start_time_secs": 1,
"include_files": True,
"include_folders": True,
"o365_params": {
"domain_ids": [1],
"group_ids": [1],
"site_ids": [1],
"teams_ids": [1],
"user_ids": [1],
},
"owner_names": ["ownerNames"],
"search_string": "search_string",
"size_bytes_lower_limit": 1,
"size_bytes_upper_limit": 1,
},
public_folder_params={
"bcc_recipient_addresses": ["bccRecipientAddresses"],
"cc_recipient_addresses": ["ccRecipientAddresses"],
"has_attachment": True,
"received_end_time_secs": 1,
"received_start_time_secs": 1,
"recipient_addresses": ["recipientAddresses"],
"search_string": "search_string",
"sender_address": "sender_address",
"types": ["Calendar"],
},
sfdc_params={
"mutation_types": ["All"],
"object_name": "object_name",
"query_string": "query_string",
"snapshot_id": "snapshot_id",
},
sharepoint_params={
"category_types": ["Document"],
"creation_end_time_secs": 1,
"creation_start_time_secs": 1,
"include_files": True,
"include_folders": True,
"o365_params": {
"domain_ids": [1],
"group_ids": [1],
"site_ids": [1],
"teams_ids": [1],
"user_ids": [1],
},
"owner_names": ["ownerNames"],
"search_string": "search_string",
"size_bytes_lower_limit": 1,
"size_bytes_upper_limit": 1,
},
uda_params={
"search_string": "search_string",
"source_ids": [1],
},
x_ibm_tenant_id="x_ibm_tenant_id")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.GetBackupRecoverySearchIndexedObject(ctx, &ibm.GetBackupRecoverySearchIndexedObjectArgs{
CassandraParams: ibm.GetBackupRecoverySearchIndexedObjectCassandraParams{
CassandraObjectTypes: []string{
"CassandraKeyspaces",
},
SearchString: "search_string",
SourceIds: []float64{
1,
},
},
CouchbaseParams: ibm.GetBackupRecoverySearchIndexedObjectCouchbaseParams{
CouchbaseObjectTypes: []string{
"CouchbaseBuckets",
},
SearchString: "search_string",
SourceIds: []float64{
1,
},
},
EmailParams: ibm.GetBackupRecoverySearchIndexedObjectEmailParams{
AttendeesAddresses: []string{
"attendeesAddresses",
},
BccRecipientAddresses: []string{
"bccRecipientAddresses",
},
CcRecipientAddresses: []string{
"ccRecipientAddresses",
},
CreatedEndTimeSecs: pulumi.Float64Ref(1),
CreatedStartTimeSecs: pulumi.Float64Ref(1),
DueDateEndTimeSecs: pulumi.Float64Ref(1),
DueDateStartTimeSecs: pulumi.Float64Ref(1),
EmailAddress: pulumi.StringRef("email_address"),
EmailSubject: pulumi.StringRef("email_subject"),
FirstName: pulumi.StringRef("first_name"),
FolderNames: []string{
"folderNames",
},
HasAttachment: pulumi.BoolRef(true),
LastModifiedEndTimeSecs: pulumi.Float64Ref(1),
LastModifiedStartTimeSecs: pulumi.Float64Ref(1),
LastName: pulumi.StringRef("last_name"),
MiddleName: pulumi.StringRef("middle_name"),
O365Params: ibm.GetBackupRecoverySearchIndexedObjectEmailParamsO365Params{
DomainIds: []float64{
1,
},
MailboxIds: []float64{
1,
},
},
OrganizerAddress: pulumi.StringRef("organizer_address"),
ReceivedEndTimeSecs: pulumi.Float64Ref(1),
ReceivedStartTimeSecs: pulumi.Float64Ref(1),
RecipientAddresses: []string{
"recipientAddresses",
},
SenderAddress: pulumi.StringRef("sender_address"),
SourceEnvironment: pulumi.StringRef("kO365"),
TaskStatusTypes: []string{
"NotStarted",
},
Types: []string{
"Email",
},
},
ExchangeParams: ibm.GetBackupRecoverySearchIndexedObjectExchangeParams{
SearchString: "search_string",
},
FileParams: ibm.GetBackupRecoverySearchIndexedObjectFileParams{
ObjectIds: []float64{
1,
},
SearchString: pulumi.StringRef("search_string"),
SourceEnvironments: []string{
"kVMware",
},
SourceIds: []float64{
1,
},
Types: []string{
"File",
},
},
HbaseParams: ibm.GetBackupRecoverySearchIndexedObjectHbaseParams{
HbaseObjectTypes: []string{
"HbaseNamespaces",
},
SearchString: "search_string",
SourceIds: []float64{
1,
},
},
HdfsParams: ibm.GetBackupRecoverySearchIndexedObjectHdfsParams{
HdfsTypes: []string{
"HDFSFolders",
},
SearchString: "search_string",
SourceIds: []float64{
1,
},
},
HiveParams: ibm.GetBackupRecoverySearchIndexedObjectHiveParams{
HiveObjectTypes: []string{
"HiveDatabases",
},
SearchString: "search_string",
SourceIds: []float64{
1,
},
},
MongodbParams: ibm.GetBackupRecoverySearchIndexedObjectMongodbParams{
MongoDbObjectTypes: []string{
"MongoDatabases",
},
SearchString: "search_string",
SourceIds: []float64{
1,
},
},
MsGroupsParams: ibm.GetBackupRecoverySearchIndexedObjectMsGroupsParams{
MailboxParams: ibm.GetBackupRecoverySearchIndexedObjectMsGroupsParamsMailboxParams{
AttendeesAddresses: []string{
"attendeesAddresses",
},
BccRecipientAddresses: []string{
"bccRecipientAddresses",
},
CcRecipientAddresses: []string{
"ccRecipientAddresses",
},
CreatedEndTimeSecs: pulumi.Float64Ref(1),
CreatedStartTimeSecs: pulumi.Float64Ref(1),
DueDateEndTimeSecs: pulumi.Float64Ref(1),
DueDateStartTimeSecs: pulumi.Float64Ref(1),
EmailAddress: pulumi.StringRef("email_address"),
EmailSubject: pulumi.StringRef("email_subject"),
FirstName: pulumi.StringRef("first_name"),
FolderNames: []string{
"folderNames",
},
HasAttachment: pulumi.BoolRef(true),
LastModifiedEndTimeSecs: pulumi.Float64Ref(1),
LastModifiedStartTimeSecs: pulumi.Float64Ref(1),
LastName: pulumi.StringRef("last_name"),
MiddleName: pulumi.StringRef("middle_name"),
OrganizerAddress: pulumi.StringRef("organizer_address"),
ReceivedEndTimeSecs: pulumi.Float64Ref(1),
ReceivedStartTimeSecs: pulumi.Float64Ref(1),
RecipientAddresses: []string{
"recipientAddresses",
},
SenderAddress: pulumi.StringRef("sender_address"),
SourceEnvironment: pulumi.StringRef("kO365"),
TaskStatusTypes: []string{
"NotStarted",
},
Types: []string{
"Email",
},
},
O365Params: ibm.GetBackupRecoverySearchIndexedObjectMsGroupsParamsO365Params{
DomainIds: []float64{
1,
},
GroupIds: []float64{
1,
},
SiteIds: []float64{
1,
},
TeamsIds: []float64{
1,
},
UserIds: []float64{
1,
},
},
SiteParams: ibm.GetBackupRecoverySearchIndexedObjectMsGroupsParamsSiteParams{
CategoryTypes: []string{
"Document",
},
CreationEndTimeSecs: pulumi.Float64Ref(1),
CreationStartTimeSecs: pulumi.Float64Ref(1),
IncludeFiles: pulumi.BoolRef(true),
IncludeFolders: pulumi.BoolRef(true),
O365Params: ibm.GetBackupRecoverySearchIndexedObjectMsGroupsParamsSiteParamsO365Params{
DomainIds: []float64{
1,
},
GroupIds: []float64{
1,
},
SiteIds: []float64{
1,
},
TeamsIds: []float64{
1,
},
UserIds: []float64{
1,
},
},
OwnerNames: []string{
"ownerNames",
},
SearchString: pulumi.StringRef("search_string"),
SizeBytesLowerLimit: pulumi.Float64Ref(1),
SizeBytesUpperLimit: pulumi.Float64Ref(1),
},
},
MsTeamsParams: ibm.GetBackupRecoverySearchIndexedObjectMsTeamsParams{
CategoryTypes: []string{
"Document",
},
ChannelNames: []string{
"channelNames",
},
ChannelParams: ibm.GetBackupRecoverySearchIndexedObjectMsTeamsParamsChannelParams{
ChannelEmail: pulumi.StringRef("channel_email"),
ChannelId: pulumi.StringRef("channel_id"),
ChannelName: pulumi.StringRef("channel_name"),
IncludePrivateChannels: pulumi.BoolRef(true),
IncludePublicChannels: pulumi.BoolRef(true),
},
CreationEndTimeSecs: pulumi.Float64Ref(1),
CreationStartTimeSecs: pulumi.Float64Ref(1),
O365Params: ibm.GetBackupRecoverySearchIndexedObjectMsTeamsParamsO365Params{
DomainIds: []float64{
1,
},
GroupIds: []float64{
1,
},
SiteIds: []float64{
1,
},
TeamsIds: []float64{
1,
},
UserIds: []float64{
1,
},
},
OwnerNames: []string{
"ownerNames",
},
SearchString: pulumi.StringRef("search_string"),
SizeBytesLowerLimit: pulumi.Float64Ref(1),
SizeBytesUpperLimit: pulumi.Float64Ref(1),
Types: []string{
"Channel",
},
},
ObjectType: "Emails",
OneDriveParams: ibm.GetBackupRecoverySearchIndexedObjectOneDriveParams{
CategoryTypes: []string{
"Document",
},
CreationEndTimeSecs: pulumi.Float64Ref(1),
CreationStartTimeSecs: pulumi.Float64Ref(1),
IncludeFiles: pulumi.BoolRef(true),
IncludeFolders: pulumi.BoolRef(true),
O365Params: ibm.GetBackupRecoverySearchIndexedObjectOneDriveParamsO365Params{
DomainIds: []float64{
1,
},
GroupIds: []float64{
1,
},
SiteIds: []float64{
1,
},
TeamsIds: []float64{
1,
},
UserIds: []float64{
1,
},
},
OwnerNames: []string{
"ownerNames",
},
SearchString: pulumi.StringRef("search_string"),
SizeBytesLowerLimit: pulumi.Float64Ref(1),
SizeBytesUpperLimit: pulumi.Float64Ref(1),
},
PublicFolderParams: ibm.GetBackupRecoverySearchIndexedObjectPublicFolderParams{
BccRecipientAddresses: []string{
"bccRecipientAddresses",
},
CcRecipientAddresses: []string{
"ccRecipientAddresses",
},
HasAttachment: pulumi.BoolRef(true),
ReceivedEndTimeSecs: pulumi.Float64Ref(1),
ReceivedStartTimeSecs: pulumi.Float64Ref(1),
RecipientAddresses: []string{
"recipientAddresses",
},
SearchString: pulumi.StringRef("search_string"),
SenderAddress: pulumi.StringRef("sender_address"),
Types: []string{
"Calendar",
},
},
SfdcParams: ibm.GetBackupRecoverySearchIndexedObjectSfdcParams{
MutationTypes: []string{
"All",
},
ObjectName: "object_name",
QueryString: pulumi.StringRef("query_string"),
SnapshotId: "snapshot_id",
},
SharepointParams: ibm.GetBackupRecoverySearchIndexedObjectSharepointParams{
CategoryTypes: []string{
"Document",
},
CreationEndTimeSecs: pulumi.Float64Ref(1),
CreationStartTimeSecs: pulumi.Float64Ref(1),
IncludeFiles: pulumi.BoolRef(true),
IncludeFolders: pulumi.BoolRef(true),
O365Params: ibm.GetBackupRecoverySearchIndexedObjectSharepointParamsO365Params{
DomainIds: []float64{
1,
},
GroupIds: []float64{
1,
},
SiteIds: []float64{
1,
},
TeamsIds: []float64{
1,
},
UserIds: []float64{
1,
},
},
OwnerNames: []string{
"ownerNames",
},
SearchString: pulumi.StringRef("search_string"),
SizeBytesLowerLimit: pulumi.Float64Ref(1),
SizeBytesUpperLimit: pulumi.Float64Ref(1),
},
UdaParams: ibm.GetBackupRecoverySearchIndexedObjectUdaParams{
SearchString: "search_string",
SourceIds: []float64{
1,
},
},
XIbmTenantId: "x_ibm_tenant_id",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var backupRecoverySearchIndexedObjectInstance = Ibm.GetBackupRecoverySearchIndexedObject.Invoke(new()
{
CassandraParams = new Ibm.Inputs.GetBackupRecoverySearchIndexedObjectCassandraParamsInputArgs
{
CassandraObjectTypes = new[]
{
"CassandraKeyspaces",
},
SearchString = "search_string",
SourceIds = new[]
{
1,
},
},
CouchbaseParams = new Ibm.Inputs.GetBackupRecoverySearchIndexedObjectCouchbaseParamsInputArgs
{
CouchbaseObjectTypes = new[]
{
"CouchbaseBuckets",
},
SearchString = "search_string",
SourceIds = new[]
{
1,
},
},
EmailParams = new Ibm.Inputs.GetBackupRecoverySearchIndexedObjectEmailParamsInputArgs
{
AttendeesAddresses = new[]
{
"attendeesAddresses",
},
BccRecipientAddresses = new[]
{
"bccRecipientAddresses",
},
CcRecipientAddresses = new[]
{
"ccRecipientAddresses",
},
CreatedEndTimeSecs = 1,
CreatedStartTimeSecs = 1,
DueDateEndTimeSecs = 1,
DueDateStartTimeSecs = 1,
EmailAddress = "email_address",
EmailSubject = "email_subject",
FirstName = "first_name",
FolderNames = new[]
{
"folderNames",
},
HasAttachment = true,
LastModifiedEndTimeSecs = 1,
LastModifiedStartTimeSecs = 1,
LastName = "last_name",
MiddleName = "middle_name",
O365Params = new Ibm.Inputs.GetBackupRecoverySearchIndexedObjectEmailParamsO365ParamsInputArgs
{
DomainIds = new[]
{
1,
},
MailboxIds = new[]
{
1,
},
},
OrganizerAddress = "organizer_address",
ReceivedEndTimeSecs = 1,
ReceivedStartTimeSecs = 1,
RecipientAddresses = new[]
{
"recipientAddresses",
},
SenderAddress = "sender_address",
SourceEnvironment = "kO365",
TaskStatusTypes = new[]
{
"NotStarted",
},
Types = new[]
{
"Email",
},
},
ExchangeParams = new Ibm.Inputs.GetBackupRecoverySearchIndexedObjectExchangeParamsInputArgs
{
SearchString = "search_string",
},
FileParams = new Ibm.Inputs.GetBackupRecoverySearchIndexedObjectFileParamsInputArgs
{
ObjectIds = new[]
{
1,
},
SearchString = "search_string",
SourceEnvironments = new[]
{
"kVMware",
},
SourceIds = new[]
{
1,
},
Types = new[]
{
"File",
},
},
HbaseParams = new Ibm.Inputs.GetBackupRecoverySearchIndexedObjectHbaseParamsInputArgs
{
HbaseObjectTypes = new[]
{
"HbaseNamespaces",
},
SearchString = "search_string",
SourceIds = new[]
{
1,
},
},
HdfsParams = new Ibm.Inputs.GetBackupRecoverySearchIndexedObjectHdfsParamsInputArgs
{
HdfsTypes = new[]
{
"HDFSFolders",
},
SearchString = "search_string",
SourceIds = new[]
{
1,
},
},
HiveParams = new Ibm.Inputs.GetBackupRecoverySearchIndexedObjectHiveParamsInputArgs
{
HiveObjectTypes = new[]
{
"HiveDatabases",
},
SearchString = "search_string",
SourceIds = new[]
{
1,
},
},
MongodbParams = new Ibm.Inputs.GetBackupRecoverySearchIndexedObjectMongodbParamsInputArgs
{
MongoDbObjectTypes = new[]
{
"MongoDatabases",
},
SearchString = "search_string",
SourceIds = new[]
{
1,
},
},
MsGroupsParams = new Ibm.Inputs.GetBackupRecoverySearchIndexedObjectMsGroupsParamsInputArgs
{
MailboxParams = new Ibm.Inputs.GetBackupRecoverySearchIndexedObjectMsGroupsParamsMailboxParamsInputArgs
{
AttendeesAddresses = new[]
{
"attendeesAddresses",
},
BccRecipientAddresses = new[]
{
"bccRecipientAddresses",
},
CcRecipientAddresses = new[]
{
"ccRecipientAddresses",
},
CreatedEndTimeSecs = 1,
CreatedStartTimeSecs = 1,
DueDateEndTimeSecs = 1,
DueDateStartTimeSecs = 1,
EmailAddress = "email_address",
EmailSubject = "email_subject",
FirstName = "first_name",
FolderNames = new[]
{
"folderNames",
},
HasAttachment = true,
LastModifiedEndTimeSecs = 1,
LastModifiedStartTimeSecs = 1,
LastName = "last_name",
MiddleName = "middle_name",
OrganizerAddress = "organizer_address",
ReceivedEndTimeSecs = 1,
ReceivedStartTimeSecs = 1,
RecipientAddresses = new[]
{
"recipientAddresses",
},
SenderAddress = "sender_address",
SourceEnvironment = "kO365",
TaskStatusTypes = new[]
{
"NotStarted",
},
Types = new[]
{
"Email",
},
},
O365Params = new Ibm.Inputs.GetBackupRecoverySearchIndexedObjectMsGroupsParamsO365ParamsInputArgs
{
DomainIds = new[]
{
1,
},
GroupIds = new[]
{
1,
},
SiteIds = new[]
{
1,
},
TeamsIds = new[]
{
1,
},
UserIds = new[]
{
1,
},
},
SiteParams = new Ibm.Inputs.GetBackupRecoverySearchIndexedObjectMsGroupsParamsSiteParamsInputArgs
{
CategoryTypes = new[]
{
"Document",
},
CreationEndTimeSecs = 1,
CreationStartTimeSecs = 1,
IncludeFiles = true,
IncludeFolders = true,
O365Params = new Ibm.Inputs.GetBackupRecoverySearchIndexedObjectMsGroupsParamsSiteParamsO365ParamsInputArgs
{
DomainIds = new[]
{
1,
},
GroupIds = new[]
{
1,
},
SiteIds = new[]
{
1,
},
TeamsIds = new[]
{
1,
},
UserIds = new[]
{
1,
},
},
OwnerNames = new[]
{
"ownerNames",
},
SearchString = "search_string",
SizeBytesLowerLimit = 1,
SizeBytesUpperLimit = 1,
},
},
MsTeamsParams = new Ibm.Inputs.GetBackupRecoverySearchIndexedObjectMsTeamsParamsInputArgs
{
CategoryTypes = new[]
{
"Document",
},
ChannelNames = new[]
{
"channelNames",
},
ChannelParams = new Ibm.Inputs.GetBackupRecoverySearchIndexedObjectMsTeamsParamsChannelParamsInputArgs
{
ChannelEmail = "channel_email",
ChannelId = "channel_id",
ChannelName = "channel_name",
IncludePrivateChannels = true,
IncludePublicChannels = true,
},
CreationEndTimeSecs = 1,
CreationStartTimeSecs = 1,
O365Params = new Ibm.Inputs.GetBackupRecoverySearchIndexedObjectMsTeamsParamsO365ParamsInputArgs
{
DomainIds = new[]
{
1,
},
GroupIds = new[]
{
1,
},
SiteIds = new[]
{
1,
},
TeamsIds = new[]
{
1,
},
UserIds = new[]
{
1,
},
},
OwnerNames = new[]
{
"ownerNames",
},
SearchString = "search_string",
SizeBytesLowerLimit = 1,
SizeBytesUpperLimit = 1,
Types = new[]
{
"Channel",
},
},
ObjectType = "Emails",
OneDriveParams = new Ibm.Inputs.GetBackupRecoverySearchIndexedObjectOneDriveParamsInputArgs
{
CategoryTypes = new[]
{
"Document",
},
CreationEndTimeSecs = 1,
CreationStartTimeSecs = 1,
IncludeFiles = true,
IncludeFolders = true,
O365Params = new Ibm.Inputs.GetBackupRecoverySearchIndexedObjectOneDriveParamsO365ParamsInputArgs
{
DomainIds = new[]
{
1,
},
GroupIds = new[]
{
1,
},
SiteIds = new[]
{
1,
},
TeamsIds = new[]
{
1,
},
UserIds = new[]
{
1,
},
},
OwnerNames = new[]
{
"ownerNames",
},
SearchString = "search_string",
SizeBytesLowerLimit = 1,
SizeBytesUpperLimit = 1,
},
PublicFolderParams = new Ibm.Inputs.GetBackupRecoverySearchIndexedObjectPublicFolderParamsInputArgs
{
BccRecipientAddresses = new[]
{
"bccRecipientAddresses",
},
CcRecipientAddresses = new[]
{
"ccRecipientAddresses",
},
HasAttachment = true,
ReceivedEndTimeSecs = 1,
ReceivedStartTimeSecs = 1,
RecipientAddresses = new[]
{
"recipientAddresses",
},
SearchString = "search_string",
SenderAddress = "sender_address",
Types = new[]
{
"Calendar",
},
},
SfdcParams = new Ibm.Inputs.GetBackupRecoverySearchIndexedObjectSfdcParamsInputArgs
{
MutationTypes = new[]
{
"All",
},
ObjectName = "object_name",
QueryString = "query_string",
SnapshotId = "snapshot_id",
},
SharepointParams = new Ibm.Inputs.GetBackupRecoverySearchIndexedObjectSharepointParamsInputArgs
{
CategoryTypes = new[]
{
"Document",
},
CreationEndTimeSecs = 1,
CreationStartTimeSecs = 1,
IncludeFiles = true,
IncludeFolders = true,
O365Params = new Ibm.Inputs.GetBackupRecoverySearchIndexedObjectSharepointParamsO365ParamsInputArgs
{
DomainIds = new[]
{
1,
},
GroupIds = new[]
{
1,
},
SiteIds = new[]
{
1,
},
TeamsIds = new[]
{
1,
},
UserIds = new[]
{
1,
},
},
OwnerNames = new[]
{
"ownerNames",
},
SearchString = "search_string",
SizeBytesLowerLimit = 1,
SizeBytesUpperLimit = 1,
},
UdaParams = new Ibm.Inputs.GetBackupRecoverySearchIndexedObjectUdaParamsInputArgs
{
SearchString = "search_string",
SourceIds = new[]
{
1,
},
},
XIbmTenantId = "x_ibm_tenant_id",
});
});
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.GetBackupRecoverySearchIndexedObjectArgs;
import com.pulumi.ibm.inputs.GetBackupRecoverySearchIndexedObjectCassandraParamsArgs;
import com.pulumi.ibm.inputs.GetBackupRecoverySearchIndexedObjectCouchbaseParamsArgs;
import com.pulumi.ibm.inputs.GetBackupRecoverySearchIndexedObjectEmailParamsArgs;
import com.pulumi.ibm.inputs.GetBackupRecoverySearchIndexedObjectEmailParamsO365ParamsArgs;
import com.pulumi.ibm.inputs.GetBackupRecoverySearchIndexedObjectExchangeParamsArgs;
import com.pulumi.ibm.inputs.GetBackupRecoverySearchIndexedObjectFileParamsArgs;
import com.pulumi.ibm.inputs.GetBackupRecoverySearchIndexedObjectHbaseParamsArgs;
import com.pulumi.ibm.inputs.GetBackupRecoverySearchIndexedObjectHdfsParamsArgs;
import com.pulumi.ibm.inputs.GetBackupRecoverySearchIndexedObjectHiveParamsArgs;
import com.pulumi.ibm.inputs.GetBackupRecoverySearchIndexedObjectMongodbParamsArgs;
import com.pulumi.ibm.inputs.GetBackupRecoverySearchIndexedObjectMsGroupsParamsArgs;
import com.pulumi.ibm.inputs.GetBackupRecoverySearchIndexedObjectMsGroupsParamsMailboxParamsArgs;
import com.pulumi.ibm.inputs.GetBackupRecoverySearchIndexedObjectMsGroupsParamsO365ParamsArgs;
import com.pulumi.ibm.inputs.GetBackupRecoverySearchIndexedObjectMsGroupsParamsSiteParamsArgs;
import com.pulumi.ibm.inputs.GetBackupRecoverySearchIndexedObjectMsGroupsParamsSiteParamsO365ParamsArgs;
import com.pulumi.ibm.inputs.GetBackupRecoverySearchIndexedObjectMsTeamsParamsArgs;
import com.pulumi.ibm.inputs.GetBackupRecoverySearchIndexedObjectMsTeamsParamsChannelParamsArgs;
import com.pulumi.ibm.inputs.GetBackupRecoverySearchIndexedObjectMsTeamsParamsO365ParamsArgs;
import com.pulumi.ibm.inputs.GetBackupRecoverySearchIndexedObjectOneDriveParamsArgs;
import com.pulumi.ibm.inputs.GetBackupRecoverySearchIndexedObjectOneDriveParamsO365ParamsArgs;
import com.pulumi.ibm.inputs.GetBackupRecoverySearchIndexedObjectPublicFolderParamsArgs;
import com.pulumi.ibm.inputs.GetBackupRecoverySearchIndexedObjectSfdcParamsArgs;
import com.pulumi.ibm.inputs.GetBackupRecoverySearchIndexedObjectSharepointParamsArgs;
import com.pulumi.ibm.inputs.GetBackupRecoverySearchIndexedObjectSharepointParamsO365ParamsArgs;
import com.pulumi.ibm.inputs.GetBackupRecoverySearchIndexedObjectUdaParamsArgs;
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 backupRecoverySearchIndexedObjectInstance = IbmFunctions.getBackupRecoverySearchIndexedObject(GetBackupRecoverySearchIndexedObjectArgs.builder()
.cassandraParams(GetBackupRecoverySearchIndexedObjectCassandraParamsArgs.builder()
.cassandraObjectTypes("CassandraKeyspaces")
.searchString("search_string")
.sourceIds(1)
.build())
.couchbaseParams(GetBackupRecoverySearchIndexedObjectCouchbaseParamsArgs.builder()
.couchbaseObjectTypes("CouchbaseBuckets")
.searchString("search_string")
.sourceIds(1)
.build())
.emailParams(GetBackupRecoverySearchIndexedObjectEmailParamsArgs.builder()
.attendeesAddresses("attendeesAddresses")
.bccRecipientAddresses("bccRecipientAddresses")
.ccRecipientAddresses("ccRecipientAddresses")
.createdEndTimeSecs(1)
.createdStartTimeSecs(1)
.dueDateEndTimeSecs(1)
.dueDateStartTimeSecs(1)
.emailAddress("email_address")
.emailSubject("email_subject")
.firstName("first_name")
.folderNames("folderNames")
.hasAttachment(true)
.lastModifiedEndTimeSecs(1)
.lastModifiedStartTimeSecs(1)
.lastName("last_name")
.middleName("middle_name")
.o365Params(GetBackupRecoverySearchIndexedObjectEmailParamsO365ParamsArgs.builder()
.domainIds(1)
.mailboxIds(1)
.build())
.organizerAddress("organizer_address")
.receivedEndTimeSecs(1)
.receivedStartTimeSecs(1)
.recipientAddresses("recipientAddresses")
.senderAddress("sender_address")
.sourceEnvironment("kO365")
.taskStatusTypes("NotStarted")
.types("Email")
.build())
.exchangeParams(GetBackupRecoverySearchIndexedObjectExchangeParamsArgs.builder()
.searchString("search_string")
.build())
.fileParams(GetBackupRecoverySearchIndexedObjectFileParamsArgs.builder()
.objectIds(1)
.searchString("search_string")
.sourceEnvironments("kVMware")
.sourceIds(1)
.types("File")
.build())
.hbaseParams(GetBackupRecoverySearchIndexedObjectHbaseParamsArgs.builder()
.hbaseObjectTypes("HbaseNamespaces")
.searchString("search_string")
.sourceIds(1)
.build())
.hdfsParams(GetBackupRecoverySearchIndexedObjectHdfsParamsArgs.builder()
.hdfsTypes("HDFSFolders")
.searchString("search_string")
.sourceIds(1)
.build())
.hiveParams(GetBackupRecoverySearchIndexedObjectHiveParamsArgs.builder()
.hiveObjectTypes("HiveDatabases")
.searchString("search_string")
.sourceIds(1)
.build())
.mongodbParams(GetBackupRecoverySearchIndexedObjectMongodbParamsArgs.builder()
.mongoDbObjectTypes("MongoDatabases")
.searchString("search_string")
.sourceIds(1)
.build())
.msGroupsParams(GetBackupRecoverySearchIndexedObjectMsGroupsParamsArgs.builder()
.mailboxParams(GetBackupRecoverySearchIndexedObjectMsGroupsParamsMailboxParamsArgs.builder()
.attendeesAddresses("attendeesAddresses")
.bccRecipientAddresses("bccRecipientAddresses")
.ccRecipientAddresses("ccRecipientAddresses")
.createdEndTimeSecs(1)
.createdStartTimeSecs(1)
.dueDateEndTimeSecs(1)
.dueDateStartTimeSecs(1)
.emailAddress("email_address")
.emailSubject("email_subject")
.firstName("first_name")
.folderNames("folderNames")
.hasAttachment(true)
.lastModifiedEndTimeSecs(1)
.lastModifiedStartTimeSecs(1)
.lastName("last_name")
.middleName("middle_name")
.organizerAddress("organizer_address")
.receivedEndTimeSecs(1)
.receivedStartTimeSecs(1)
.recipientAddresses("recipientAddresses")
.senderAddress("sender_address")
.sourceEnvironment("kO365")
.taskStatusTypes("NotStarted")
.types("Email")
.build())
.o365Params(GetBackupRecoverySearchIndexedObjectMsGroupsParamsO365ParamsArgs.builder()
.domainIds(1)
.groupIds(1)
.siteIds(1)
.teamsIds(1)
.userIds(1)
.build())
.siteParams(GetBackupRecoverySearchIndexedObjectMsGroupsParamsSiteParamsArgs.builder()
.categoryTypes("Document")
.creationEndTimeSecs(1)
.creationStartTimeSecs(1)
.includeFiles(true)
.includeFolders(true)
.o365Params(GetBackupRecoverySearchIndexedObjectMsGroupsParamsSiteParamsO365ParamsArgs.builder()
.domainIds(1)
.groupIds(1)
.siteIds(1)
.teamsIds(1)
.userIds(1)
.build())
.ownerNames("ownerNames")
.searchString("search_string")
.sizeBytesLowerLimit(1)
.sizeBytesUpperLimit(1)
.build())
.build())
.msTeamsParams(GetBackupRecoverySearchIndexedObjectMsTeamsParamsArgs.builder()
.categoryTypes("Document")
.channelNames("channelNames")
.channelParams(GetBackupRecoverySearchIndexedObjectMsTeamsParamsChannelParamsArgs.builder()
.channelEmail("channel_email")
.channelId("channel_id")
.channelName("channel_name")
.includePrivateChannels(true)
.includePublicChannels(true)
.build())
.creationEndTimeSecs(1)
.creationStartTimeSecs(1)
.o365Params(GetBackupRecoverySearchIndexedObjectMsTeamsParamsO365ParamsArgs.builder()
.domainIds(1)
.groupIds(1)
.siteIds(1)
.teamsIds(1)
.userIds(1)
.build())
.ownerNames("ownerNames")
.searchString("search_string")
.sizeBytesLowerLimit(1)
.sizeBytesUpperLimit(1)
.types("Channel")
.build())
.objectType("Emails")
.oneDriveParams(GetBackupRecoverySearchIndexedObjectOneDriveParamsArgs.builder()
.categoryTypes("Document")
.creationEndTimeSecs(1)
.creationStartTimeSecs(1)
.includeFiles(true)
.includeFolders(true)
.o365Params(GetBackupRecoverySearchIndexedObjectOneDriveParamsO365ParamsArgs.builder()
.domainIds(1)
.groupIds(1)
.siteIds(1)
.teamsIds(1)
.userIds(1)
.build())
.ownerNames("ownerNames")
.searchString("search_string")
.sizeBytesLowerLimit(1)
.sizeBytesUpperLimit(1)
.build())
.publicFolderParams(GetBackupRecoverySearchIndexedObjectPublicFolderParamsArgs.builder()
.bccRecipientAddresses("bccRecipientAddresses")
.ccRecipientAddresses("ccRecipientAddresses")
.hasAttachment(true)
.receivedEndTimeSecs(1)
.receivedStartTimeSecs(1)
.recipientAddresses("recipientAddresses")
.searchString("search_string")
.senderAddress("sender_address")
.types("Calendar")
.build())
.sfdcParams(GetBackupRecoverySearchIndexedObjectSfdcParamsArgs.builder()
.mutationTypes("All")
.objectName("object_name")
.queryString("query_string")
.snapshotId("snapshot_id")
.build())
.sharepointParams(GetBackupRecoverySearchIndexedObjectSharepointParamsArgs.builder()
.categoryTypes("Document")
.creationEndTimeSecs(1)
.creationStartTimeSecs(1)
.includeFiles(true)
.includeFolders(true)
.o365Params(GetBackupRecoverySearchIndexedObjectSharepointParamsO365ParamsArgs.builder()
.domainIds(1)
.groupIds(1)
.siteIds(1)
.teamsIds(1)
.userIds(1)
.build())
.ownerNames("ownerNames")
.searchString("search_string")
.sizeBytesLowerLimit(1)
.sizeBytesUpperLimit(1)
.build())
.udaParams(GetBackupRecoverySearchIndexedObjectUdaParamsArgs.builder()
.searchString("search_string")
.sourceIds(1)
.build())
.xIbmTenantId("x_ibm_tenant_id")
.build());
}
}
variables:
backupRecoverySearchIndexedObjectInstance:
fn::invoke:
function: ibm:getBackupRecoverySearchIndexedObject
arguments:
cassandraParams:
cassandraObjectTypes:
- CassandraKeyspaces
searchString: search_string
sourceIds:
- 1
couchbaseParams:
couchbaseObjectTypes:
- CouchbaseBuckets
searchString: search_string
sourceIds:
- 1
emailParams:
attendeesAddresses:
- attendeesAddresses
bccRecipientAddresses:
- bccRecipientAddresses
ccRecipientAddresses:
- ccRecipientAddresses
createdEndTimeSecs: 1
createdStartTimeSecs: 1
dueDateEndTimeSecs: 1
dueDateStartTimeSecs: 1
emailAddress: email_address
emailSubject: email_subject
firstName: first_name
folderNames:
- folderNames
hasAttachment: true
lastModifiedEndTimeSecs: 1
lastModifiedStartTimeSecs: 1
lastName: last_name
middleName: middle_name
o365Params:
domainIds:
- 1
mailboxIds:
- 1
organizerAddress: organizer_address
receivedEndTimeSecs: 1
receivedStartTimeSecs: 1
recipientAddresses:
- recipientAddresses
senderAddress: sender_address
sourceEnvironment: kO365
taskStatusTypes:
- NotStarted
types:
- Email
exchangeParams:
searchString: search_string
fileParams:
objectIds:
- 1
searchString: search_string
sourceEnvironments:
- kVMware
sourceIds:
- 1
types:
- File
hbaseParams:
hbaseObjectTypes:
- HbaseNamespaces
searchString: search_string
sourceIds:
- 1
hdfsParams:
hdfsTypes:
- HDFSFolders
searchString: search_string
sourceIds:
- 1
hiveParams:
hiveObjectTypes:
- HiveDatabases
searchString: search_string
sourceIds:
- 1
mongodbParams:
mongoDbObjectTypes:
- MongoDatabases
searchString: search_string
sourceIds:
- 1
msGroupsParams:
mailboxParams:
attendeesAddresses:
- attendeesAddresses
bccRecipientAddresses:
- bccRecipientAddresses
ccRecipientAddresses:
- ccRecipientAddresses
createdEndTimeSecs: 1
createdStartTimeSecs: 1
dueDateEndTimeSecs: 1
dueDateStartTimeSecs: 1
emailAddress: email_address
emailSubject: email_subject
firstName: first_name
folderNames:
- folderNames
hasAttachment: true
lastModifiedEndTimeSecs: 1
lastModifiedStartTimeSecs: 1
lastName: last_name
middleName: middle_name
organizerAddress: organizer_address
receivedEndTimeSecs: 1
receivedStartTimeSecs: 1
recipientAddresses:
- recipientAddresses
senderAddress: sender_address
sourceEnvironment: kO365
taskStatusTypes:
- NotStarted
types:
- Email
o365Params:
domainIds:
- 1
groupIds:
- 1
siteIds:
- 1
teamsIds:
- 1
userIds:
- 1
siteParams:
categoryTypes:
- Document
creationEndTimeSecs: 1
creationStartTimeSecs: 1
includeFiles: true
includeFolders: true
o365Params:
domainIds:
- 1
groupIds:
- 1
siteIds:
- 1
teamsIds:
- 1
userIds:
- 1
ownerNames:
- ownerNames
searchString: search_string
sizeBytesLowerLimit: 1
sizeBytesUpperLimit: 1
msTeamsParams:
categoryTypes:
- Document
channelNames:
- channelNames
channelParams:
channelEmail: channel_email
channelId: channel_id
channelName: channel_name
includePrivateChannels: true
includePublicChannels: true
creationEndTimeSecs: 1
creationStartTimeSecs: 1
o365Params:
domainIds:
- 1
groupIds:
- 1
siteIds:
- 1
teamsIds:
- 1
userIds:
- 1
ownerNames:
- ownerNames
searchString: search_string
sizeBytesLowerLimit: 1
sizeBytesUpperLimit: 1
types:
- Channel
objectType: Emails
oneDriveParams:
categoryTypes:
- Document
creationEndTimeSecs: 1
creationStartTimeSecs: 1
includeFiles: true
includeFolders: true
o365Params:
domainIds:
- 1
groupIds:
- 1
siteIds:
- 1
teamsIds:
- 1
userIds:
- 1
ownerNames:
- ownerNames
searchString: search_string
sizeBytesLowerLimit: 1
sizeBytesUpperLimit: 1
publicFolderParams:
bccRecipientAddresses:
- bccRecipientAddresses
ccRecipientAddresses:
- ccRecipientAddresses
hasAttachment: true
receivedEndTimeSecs: 1
receivedStartTimeSecs: 1
recipientAddresses:
- recipientAddresses
searchString: search_string
senderAddress: sender_address
types:
- Calendar
sfdcParams:
mutationTypes:
- All
objectName: object_name
queryString: query_string
snapshotId: snapshot_id
sharepointParams:
categoryTypes:
- Document
creationEndTimeSecs: 1
creationStartTimeSecs: 1
includeFiles: true
includeFolders: true
o365Params:
domainIds:
- 1
groupIds:
- 1
siteIds:
- 1
teamsIds:
- 1
userIds:
- 1
ownerNames:
- ownerNames
searchString: search_string
sizeBytesLowerLimit: 1
sizeBytesUpperLimit: 1
udaParams:
searchString: search_string
sourceIds:
- 1
xIbmTenantId: x_ibm_tenant_id
Using getBackupRecoverySearchIndexedObject
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 getBackupRecoverySearchIndexedObject(args: GetBackupRecoverySearchIndexedObjectArgs, opts?: InvokeOptions): Promise<GetBackupRecoverySearchIndexedObjectResult>
function getBackupRecoverySearchIndexedObjectOutput(args: GetBackupRecoverySearchIndexedObjectOutputArgs, opts?: InvokeOptions): Output<GetBackupRecoverySearchIndexedObjectResult>
def get_backup_recovery_search_indexed_object(cassandra_params: Optional[GetBackupRecoverySearchIndexedObjectCassandraParams] = None,
couchbase_params: Optional[GetBackupRecoverySearchIndexedObjectCouchbaseParams] = None,
email_params: Optional[GetBackupRecoverySearchIndexedObjectEmailParams] = None,
exchange_params: Optional[GetBackupRecoverySearchIndexedObjectExchangeParams] = None,
file_params: Optional[GetBackupRecoverySearchIndexedObjectFileParams] = None,
hbase_params: Optional[GetBackupRecoverySearchIndexedObjectHbaseParams] = None,
hdfs_params: Optional[GetBackupRecoverySearchIndexedObjectHdfsParams] = None,
hive_params: Optional[GetBackupRecoverySearchIndexedObjectHiveParams] = None,
id: Optional[str] = None,
include_tenants: Optional[bool] = None,
might_have_snapshot_tag_ids: Optional[Sequence[str]] = None,
might_have_tag_ids: Optional[Sequence[str]] = None,
mongodb_params: Optional[GetBackupRecoverySearchIndexedObjectMongodbParams] = None,
ms_groups_params: Optional[GetBackupRecoverySearchIndexedObjectMsGroupsParams] = None,
ms_teams_params: Optional[GetBackupRecoverySearchIndexedObjectMsTeamsParams] = None,
must_have_snapshot_tag_ids: Optional[Sequence[str]] = None,
must_have_tag_ids: Optional[Sequence[str]] = None,
object_count: Optional[float] = None,
object_type: Optional[str] = None,
one_drive_params: Optional[GetBackupRecoverySearchIndexedObjectOneDriveParams] = None,
pagination_cookie: Optional[str] = None,
protection_group_ids: Optional[Sequence[str]] = None,
public_folder_params: Optional[GetBackupRecoverySearchIndexedObjectPublicFolderParams] = None,
sfdc_params: Optional[GetBackupRecoverySearchIndexedObjectSfdcParams] = None,
sharepoint_params: Optional[GetBackupRecoverySearchIndexedObjectSharepointParams] = None,
snapshot_tags: Optional[Sequence[str]] = None,
storage_domain_ids: Optional[Sequence[float]] = None,
tags: Optional[Sequence[str]] = None,
tenant_id: Optional[str] = None,
uda_params: Optional[GetBackupRecoverySearchIndexedObjectUdaParams] = None,
use_cached_data: Optional[bool] = None,
x_ibm_tenant_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBackupRecoverySearchIndexedObjectResult
def get_backup_recovery_search_indexed_object_output(cassandra_params: Optional[pulumi.Input[GetBackupRecoverySearchIndexedObjectCassandraParamsArgs]] = None,
couchbase_params: Optional[pulumi.Input[GetBackupRecoverySearchIndexedObjectCouchbaseParamsArgs]] = None,
email_params: Optional[pulumi.Input[GetBackupRecoverySearchIndexedObjectEmailParamsArgs]] = None,
exchange_params: Optional[pulumi.Input[GetBackupRecoverySearchIndexedObjectExchangeParamsArgs]] = None,
file_params: Optional[pulumi.Input[GetBackupRecoverySearchIndexedObjectFileParamsArgs]] = None,
hbase_params: Optional[pulumi.Input[GetBackupRecoverySearchIndexedObjectHbaseParamsArgs]] = None,
hdfs_params: Optional[pulumi.Input[GetBackupRecoverySearchIndexedObjectHdfsParamsArgs]] = None,
hive_params: Optional[pulumi.Input[GetBackupRecoverySearchIndexedObjectHiveParamsArgs]] = None,
id: Optional[pulumi.Input[str]] = None,
include_tenants: Optional[pulumi.Input[bool]] = None,
might_have_snapshot_tag_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
might_have_tag_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
mongodb_params: Optional[pulumi.Input[GetBackupRecoverySearchIndexedObjectMongodbParamsArgs]] = None,
ms_groups_params: Optional[pulumi.Input[GetBackupRecoverySearchIndexedObjectMsGroupsParamsArgs]] = None,
ms_teams_params: Optional[pulumi.Input[GetBackupRecoverySearchIndexedObjectMsTeamsParamsArgs]] = None,
must_have_snapshot_tag_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
must_have_tag_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
object_count: Optional[pulumi.Input[float]] = None,
object_type: Optional[pulumi.Input[str]] = None,
one_drive_params: Optional[pulumi.Input[GetBackupRecoverySearchIndexedObjectOneDriveParamsArgs]] = None,
pagination_cookie: Optional[pulumi.Input[str]] = None,
protection_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
public_folder_params: Optional[pulumi.Input[GetBackupRecoverySearchIndexedObjectPublicFolderParamsArgs]] = None,
sfdc_params: Optional[pulumi.Input[GetBackupRecoverySearchIndexedObjectSfdcParamsArgs]] = None,
sharepoint_params: Optional[pulumi.Input[GetBackupRecoverySearchIndexedObjectSharepointParamsArgs]] = None,
snapshot_tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
storage_domain_ids: Optional[pulumi.Input[Sequence[pulumi.Input[float]]]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
tenant_id: Optional[pulumi.Input[str]] = None,
uda_params: Optional[pulumi.Input[GetBackupRecoverySearchIndexedObjectUdaParamsArgs]] = None,
use_cached_data: Optional[pulumi.Input[bool]] = None,
x_ibm_tenant_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBackupRecoverySearchIndexedObjectResult]
func GetBackupRecoverySearchIndexedObject(ctx *Context, args *GetBackupRecoverySearchIndexedObjectArgs, opts ...InvokeOption) (*GetBackupRecoverySearchIndexedObjectResult, error)
func GetBackupRecoverySearchIndexedObjectOutput(ctx *Context, args *GetBackupRecoverySearchIndexedObjectOutputArgs, opts ...InvokeOption) GetBackupRecoverySearchIndexedObjectResultOutput
> Note: This function is named GetBackupRecoverySearchIndexedObject
in the Go SDK.
public static class GetBackupRecoverySearchIndexedObject
{
public static Task<GetBackupRecoverySearchIndexedObjectResult> InvokeAsync(GetBackupRecoverySearchIndexedObjectArgs args, InvokeOptions? opts = null)
public static Output<GetBackupRecoverySearchIndexedObjectResult> Invoke(GetBackupRecoverySearchIndexedObjectInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBackupRecoverySearchIndexedObjectResult> getBackupRecoverySearchIndexedObject(GetBackupRecoverySearchIndexedObjectArgs args, InvokeOptions options)
public static Output<GetBackupRecoverySearchIndexedObjectResult> getBackupRecoverySearchIndexedObject(GetBackupRecoverySearchIndexedObjectArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getBackupRecoverySearchIndexedObject:getBackupRecoverySearchIndexedObject
arguments:
# arguments dictionary
The following arguments are supported:
- Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- XIbm
Tenant stringId - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- Cassandra
Params GetBackup Recovery Search Indexed Object Cassandra Params - Parameters required to search Cassandra on a cluster. Nested schema for cassandra_params:
- Couchbase
Params GetBackup Recovery Search Indexed Object Couchbase Params - Parameters required to search CouchBase on a cluster. Nested schema for couchbase_params:
- Email
Params GetBackup Recovery Search Indexed Object Email Params - Specifies the request parameters to search for emails and email folders. Nested schema for email_params:
- Exchange
Params GetBackup Recovery Search Indexed Object Exchange Params - Specifies the parameters which are specific for searching Exchange mailboxes. Nested schema for exchange_params:
- File
Params GetBackup Recovery Search Indexed Object File Params - Specifies the request parameters to search for files and file folders. Nested schema for file_params:
- Hbase
Params GetBackup Recovery Search Indexed Object Hbase Params - Parameters required to search Hbase on a cluster. Nested schema for hbase_params:
- Hdfs
Params GetBackup Recovery Search Indexed Object Hdfs Params - Parameters required to search HDFS on a cluster. Nested schema for hdfs_params:
- Hive
Params GetBackup Recovery Search Indexed Object Hive Params - Parameters required to search Hive on a cluster. Nested schema for hive_params:
- Id string
- Include
Tenants bool - If true, the response will include objects which belongs to all tenants which the current user has permission to see. Default value is false.
- Constraints: The default value is
false
.
- Constraints: The default value is
- Might
Have List<string>Snapshot Tag Ids - Specifies list of snapshot tags, one or more of which might be present in the document. These are OR'ed together and the resulting criteria AND'ed with the rest of the query.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- Might
Have List<string>Tag Ids - Specifies list of tags, one or more of which might be present in the document. These are OR'ed together and the resulting criteria AND'ed with the rest of the query.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- Mongodb
Params GetBackup Recovery Search Indexed Object Mongodb Params - Parameters required to search Mongo DB on a cluster. Nested schema for mongodb_params:
- Ms
Groups GetParams Backup Recovery Search Indexed Object Ms Groups Params - Specifies the request params to search for Groups items. Nested schema for ms_groups_params:
- Ms
Teams GetParams Backup Recovery Search Indexed Object Ms Teams Params - Specifies the request params to search for Teams items. Nested schema for ms_teams_params:
- Must
Have List<string>Snapshot Tag Ids - Specifies snapshot tags which must be all present in the document.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- Must
Have List<string>Tag Ids - Specifies tags which must be all present in the document.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- Object
Count double - One
Drive GetParams Backup Recovery Search Indexed Object One Drive Params - Specifies the request parameters to search for files/folders in document libraries. Nested schema for one_drive_params:
- string
- Specifies the pagination cookie with which subsequent parts of the response can be fetched.
- Protection
Group List<string>Ids - Specifies a list of Protection Group ids to filter the indexed objects. If specified, the objects indexed by specified Protection Group ids will be returned.
- Public
Folder GetParams Backup Recovery Search Indexed Object Public Folder Params - Specifies the request parameters to search for Public Folder items. Nested schema for public_folder_params:
- Sfdc
Params GetBackup Recovery Search Indexed Object Sfdc Params - Specifies the parameters which are specific for searching Salesforce records. Nested schema for sfdc_params:
- Get
Backup Recovery Search Indexed Object Sharepoint Params - Specifies the request parameters to search for files/folders in document libraries. Nested schema for sharepoint_params:
- List<string>
- "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Storage
Domain List<double>Ids - Specifies the Storage Domain ids to filter indexed objects for which Protection Groups are writing data to Cohesity Views on the specified Storage Domains.
- List<string>
- "This field is deprecated. Please use mightHaveTagIds.".
- Tenant
Id string - TenantId contains id of the tenant for which objects are to be returned.
- Uda
Params GetBackup Recovery Search Indexed Object Uda Params - Parameters required to search Universal Data Adapter objects. Nested schema for uda_params:
- Use
Cached boolData - Specifies whether we can serve the GET request from the read replica cache. There is a lag of 15 seconds between the read replica and primary data source.
- Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- XIbm
Tenant stringId - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- Cassandra
Params GetBackup Recovery Search Indexed Object Cassandra Params - Parameters required to search Cassandra on a cluster. Nested schema for cassandra_params:
- Couchbase
Params GetBackup Recovery Search Indexed Object Couchbase Params - Parameters required to search CouchBase on a cluster. Nested schema for couchbase_params:
- Email
Params GetBackup Recovery Search Indexed Object Email Params - Specifies the request parameters to search for emails and email folders. Nested schema for email_params:
- Exchange
Params GetBackup Recovery Search Indexed Object Exchange Params - Specifies the parameters which are specific for searching Exchange mailboxes. Nested schema for exchange_params:
- File
Params GetBackup Recovery Search Indexed Object File Params - Specifies the request parameters to search for files and file folders. Nested schema for file_params:
- Hbase
Params GetBackup Recovery Search Indexed Object Hbase Params - Parameters required to search Hbase on a cluster. Nested schema for hbase_params:
- Hdfs
Params GetBackup Recovery Search Indexed Object Hdfs Params - Parameters required to search HDFS on a cluster. Nested schema for hdfs_params:
- Hive
Params GetBackup Recovery Search Indexed Object Hive Params - Parameters required to search Hive on a cluster. Nested schema for hive_params:
- Id string
- Include
Tenants bool - If true, the response will include objects which belongs to all tenants which the current user has permission to see. Default value is false.
- Constraints: The default value is
false
.
- Constraints: The default value is
- Might
Have []stringSnapshot Tag Ids - Specifies list of snapshot tags, one or more of which might be present in the document. These are OR'ed together and the resulting criteria AND'ed with the rest of the query.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- Might
Have []stringTag Ids - Specifies list of tags, one or more of which might be present in the document. These are OR'ed together and the resulting criteria AND'ed with the rest of the query.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- Mongodb
Params GetBackup Recovery Search Indexed Object Mongodb Params - Parameters required to search Mongo DB on a cluster. Nested schema for mongodb_params:
- Ms
Groups GetParams Backup Recovery Search Indexed Object Ms Groups Params - Specifies the request params to search for Groups items. Nested schema for ms_groups_params:
- Ms
Teams GetParams Backup Recovery Search Indexed Object Ms Teams Params - Specifies the request params to search for Teams items. Nested schema for ms_teams_params:
- Must
Have []stringSnapshot Tag Ids - Specifies snapshot tags which must be all present in the document.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- Must
Have []stringTag Ids - Specifies tags which must be all present in the document.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- Object
Count float64 - One
Drive GetParams Backup Recovery Search Indexed Object One Drive Params - Specifies the request parameters to search for files/folders in document libraries. Nested schema for one_drive_params:
- string
- Specifies the pagination cookie with which subsequent parts of the response can be fetched.
- Protection
Group []stringIds - Specifies a list of Protection Group ids to filter the indexed objects. If specified, the objects indexed by specified Protection Group ids will be returned.
- Public
Folder GetParams Backup Recovery Search Indexed Object Public Folder Params - Specifies the request parameters to search for Public Folder items. Nested schema for public_folder_params:
- Sfdc
Params GetBackup Recovery Search Indexed Object Sfdc Params - Specifies the parameters which are specific for searching Salesforce records. Nested schema for sfdc_params:
- Get
Backup Recovery Search Indexed Object Sharepoint Params - Specifies the request parameters to search for files/folders in document libraries. Nested schema for sharepoint_params:
- []string
- "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Storage
Domain []float64Ids - Specifies the Storage Domain ids to filter indexed objects for which Protection Groups are writing data to Cohesity Views on the specified Storage Domains.
- []string
- "This field is deprecated. Please use mightHaveTagIds.".
- Tenant
Id string - TenantId contains id of the tenant for which objects are to be returned.
- Uda
Params GetBackup Recovery Search Indexed Object Uda Params - Parameters required to search Universal Data Adapter objects. Nested schema for uda_params:
- Use
Cached boolData - Specifies whether we can serve the GET request from the read replica cache. There is a lag of 15 seconds between the read replica and primary data source.
- object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- x
Ibm StringTenant Id - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- cassandra
Params GetBackup Recovery Search Indexed Object Cassandra Params - Parameters required to search Cassandra on a cluster. Nested schema for cassandra_params:
- couchbase
Params GetBackup Recovery Search Indexed Object Couchbase Params - Parameters required to search CouchBase on a cluster. Nested schema for couchbase_params:
- email
Params GetBackup Recovery Search Indexed Object Email Params - Specifies the request parameters to search for emails and email folders. Nested schema for email_params:
- exchange
Params GetBackup Recovery Search Indexed Object Exchange Params - Specifies the parameters which are specific for searching Exchange mailboxes. Nested schema for exchange_params:
- file
Params GetBackup Recovery Search Indexed Object File Params - Specifies the request parameters to search for files and file folders. Nested schema for file_params:
- hbase
Params GetBackup Recovery Search Indexed Object Hbase Params - Parameters required to search Hbase on a cluster. Nested schema for hbase_params:
- hdfs
Params GetBackup Recovery Search Indexed Object Hdfs Params - Parameters required to search HDFS on a cluster. Nested schema for hdfs_params:
- hive
Params GetBackup Recovery Search Indexed Object Hive Params - Parameters required to search Hive on a cluster. Nested schema for hive_params:
- id String
- include
Tenants Boolean - If true, the response will include objects which belongs to all tenants which the current user has permission to see. Default value is false.
- Constraints: The default value is
false
.
- Constraints: The default value is
- might
Have List<String>Snapshot Tag Ids - Specifies list of snapshot tags, one or more of which might be present in the document. These are OR'ed together and the resulting criteria AND'ed with the rest of the query.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- might
Have List<String>Tag Ids - Specifies list of tags, one or more of which might be present in the document. These are OR'ed together and the resulting criteria AND'ed with the rest of the query.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- mongodb
Params GetBackup Recovery Search Indexed Object Mongodb Params - Parameters required to search Mongo DB on a cluster. Nested schema for mongodb_params:
- ms
Groups GetParams Backup Recovery Search Indexed Object Ms Groups Params - Specifies the request params to search for Groups items. Nested schema for ms_groups_params:
- ms
Teams GetParams Backup Recovery Search Indexed Object Ms Teams Params - Specifies the request params to search for Teams items. Nested schema for ms_teams_params:
- must
Have List<String>Snapshot Tag Ids - Specifies snapshot tags which must be all present in the document.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- must
Have List<String>Tag Ids - Specifies tags which must be all present in the document.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- object
Count Double - one
Drive GetParams Backup Recovery Search Indexed Object One Drive Params - Specifies the request parameters to search for files/folders in document libraries. Nested schema for one_drive_params:
- String
- Specifies the pagination cookie with which subsequent parts of the response can be fetched.
- protection
Group List<String>Ids - Specifies a list of Protection Group ids to filter the indexed objects. If specified, the objects indexed by specified Protection Group ids will be returned.
- public
Folder GetParams Backup Recovery Search Indexed Object Public Folder Params - Specifies the request parameters to search for Public Folder items. Nested schema for public_folder_params:
- sfdc
Params GetBackup Recovery Search Indexed Object Sfdc Params - Specifies the parameters which are specific for searching Salesforce records. Nested schema for sfdc_params:
- Get
Backup Recovery Search Indexed Object Sharepoint Params - Specifies the request parameters to search for files/folders in document libraries. Nested schema for sharepoint_params:
- List<String>
- "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- storage
Domain List<Double>Ids - Specifies the Storage Domain ids to filter indexed objects for which Protection Groups are writing data to Cohesity Views on the specified Storage Domains.
- List<String>
- "This field is deprecated. Please use mightHaveTagIds.".
- tenant
Id String - TenantId contains id of the tenant for which objects are to be returned.
- uda
Params GetBackup Recovery Search Indexed Object Uda Params - Parameters required to search Universal Data Adapter objects. Nested schema for uda_params:
- use
Cached BooleanData - Specifies whether we can serve the GET request from the read replica cache. There is a lag of 15 seconds between the read replica and primary data source.
- object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- x
Ibm stringTenant Id - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- cassandra
Params GetBackup Recovery Search Indexed Object Cassandra Params - Parameters required to search Cassandra on a cluster. Nested schema for cassandra_params:
- couchbase
Params GetBackup Recovery Search Indexed Object Couchbase Params - Parameters required to search CouchBase on a cluster. Nested schema for couchbase_params:
- email
Params GetBackup Recovery Search Indexed Object Email Params - Specifies the request parameters to search for emails and email folders. Nested schema for email_params:
- exchange
Params GetBackup Recovery Search Indexed Object Exchange Params - Specifies the parameters which are specific for searching Exchange mailboxes. Nested schema for exchange_params:
- file
Params GetBackup Recovery Search Indexed Object File Params - Specifies the request parameters to search for files and file folders. Nested schema for file_params:
- hbase
Params GetBackup Recovery Search Indexed Object Hbase Params - Parameters required to search Hbase on a cluster. Nested schema for hbase_params:
- hdfs
Params GetBackup Recovery Search Indexed Object Hdfs Params - Parameters required to search HDFS on a cluster. Nested schema for hdfs_params:
- hive
Params GetBackup Recovery Search Indexed Object Hive Params - Parameters required to search Hive on a cluster. Nested schema for hive_params:
- id string
- include
Tenants boolean - If true, the response will include objects which belongs to all tenants which the current user has permission to see. Default value is false.
- Constraints: The default value is
false
.
- Constraints: The default value is
- might
Have string[]Snapshot Tag Ids - Specifies list of snapshot tags, one or more of which might be present in the document. These are OR'ed together and the resulting criteria AND'ed with the rest of the query.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- might
Have string[]Tag Ids - Specifies list of tags, one or more of which might be present in the document. These are OR'ed together and the resulting criteria AND'ed with the rest of the query.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- mongodb
Params GetBackup Recovery Search Indexed Object Mongodb Params - Parameters required to search Mongo DB on a cluster. Nested schema for mongodb_params:
- ms
Groups GetParams Backup Recovery Search Indexed Object Ms Groups Params - Specifies the request params to search for Groups items. Nested schema for ms_groups_params:
- ms
Teams GetParams Backup Recovery Search Indexed Object Ms Teams Params - Specifies the request params to search for Teams items. Nested schema for ms_teams_params:
- must
Have string[]Snapshot Tag Ids - Specifies snapshot tags which must be all present in the document.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- must
Have string[]Tag Ids - Specifies tags which must be all present in the document.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- object
Count number - one
Drive GetParams Backup Recovery Search Indexed Object One Drive Params - Specifies the request parameters to search for files/folders in document libraries. Nested schema for one_drive_params:
- string
- Specifies the pagination cookie with which subsequent parts of the response can be fetched.
- protection
Group string[]Ids - Specifies a list of Protection Group ids to filter the indexed objects. If specified, the objects indexed by specified Protection Group ids will be returned.
- public
Folder GetParams Backup Recovery Search Indexed Object Public Folder Params - Specifies the request parameters to search for Public Folder items. Nested schema for public_folder_params:
- sfdc
Params GetBackup Recovery Search Indexed Object Sfdc Params - Specifies the parameters which are specific for searching Salesforce records. Nested schema for sfdc_params:
- Get
Backup Recovery Search Indexed Object Sharepoint Params - Specifies the request parameters to search for files/folders in document libraries. Nested schema for sharepoint_params:
- string[]
- "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- storage
Domain number[]Ids - Specifies the Storage Domain ids to filter indexed objects for which Protection Groups are writing data to Cohesity Views on the specified Storage Domains.
- string[]
- "This field is deprecated. Please use mightHaveTagIds.".
- tenant
Id string - TenantId contains id of the tenant for which objects are to be returned.
- uda
Params GetBackup Recovery Search Indexed Object Uda Params - Parameters required to search Universal Data Adapter objects. Nested schema for uda_params:
- use
Cached booleanData - Specifies whether we can serve the GET request from the read replica cache. There is a lag of 15 seconds between the read replica and primary data source.
- object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- x_
ibm_ strtenant_ id - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- cassandra_
params GetBackup Recovery Search Indexed Object Cassandra Params - Parameters required to search Cassandra on a cluster. Nested schema for cassandra_params:
- couchbase_
params GetBackup Recovery Search Indexed Object Couchbase Params - Parameters required to search CouchBase on a cluster. Nested schema for couchbase_params:
- email_
params GetBackup Recovery Search Indexed Object Email Params - Specifies the request parameters to search for emails and email folders. Nested schema for email_params:
- exchange_
params GetBackup Recovery Search Indexed Object Exchange Params - Specifies the parameters which are specific for searching Exchange mailboxes. Nested schema for exchange_params:
- file_
params GetBackup Recovery Search Indexed Object File Params - Specifies the request parameters to search for files and file folders. Nested schema for file_params:
- hbase_
params GetBackup Recovery Search Indexed Object Hbase Params - Parameters required to search Hbase on a cluster. Nested schema for hbase_params:
- hdfs_
params GetBackup Recovery Search Indexed Object Hdfs Params - Parameters required to search HDFS on a cluster. Nested schema for hdfs_params:
- hive_
params GetBackup Recovery Search Indexed Object Hive Params - Parameters required to search Hive on a cluster. Nested schema for hive_params:
- id str
- include_
tenants bool - If true, the response will include objects which belongs to all tenants which the current user has permission to see. Default value is false.
- Constraints: The default value is
false
.
- Constraints: The default value is
- might_
have_ Sequence[str]snapshot_ tag_ ids - Specifies list of snapshot tags, one or more of which might be present in the document. These are OR'ed together and the resulting criteria AND'ed with the rest of the query.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- might_
have_ Sequence[str]tag_ ids - Specifies list of tags, one or more of which might be present in the document. These are OR'ed together and the resulting criteria AND'ed with the rest of the query.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- mongodb_
params GetBackup Recovery Search Indexed Object Mongodb Params - Parameters required to search Mongo DB on a cluster. Nested schema for mongodb_params:
- ms_
groups_ Getparams Backup Recovery Search Indexed Object Ms Groups Params - Specifies the request params to search for Groups items. Nested schema for ms_groups_params:
- ms_
teams_ Getparams Backup Recovery Search Indexed Object Ms Teams Params - Specifies the request params to search for Teams items. Nested schema for ms_teams_params:
- must_
have_ Sequence[str]snapshot_ tag_ ids - Specifies snapshot tags which must be all present in the document.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- must_
have_ Sequence[str]tag_ ids - Specifies tags which must be all present in the document.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- object_
count float - one_
drive_ Getparams Backup Recovery Search Indexed Object One Drive Params - Specifies the request parameters to search for files/folders in document libraries. Nested schema for one_drive_params:
- str
- Specifies the pagination cookie with which subsequent parts of the response can be fetched.
- protection_
group_ Sequence[str]ids - Specifies a list of Protection Group ids to filter the indexed objects. If specified, the objects indexed by specified Protection Group ids will be returned.
- public_
folder_ Getparams Backup Recovery Search Indexed Object Public Folder Params - Specifies the request parameters to search for Public Folder items. Nested schema for public_folder_params:
- sfdc_
params GetBackup Recovery Search Indexed Object Sfdc Params - Specifies the parameters which are specific for searching Salesforce records. Nested schema for sfdc_params:
- Get
Backup Recovery Search Indexed Object Sharepoint Params - Specifies the request parameters to search for files/folders in document libraries. Nested schema for sharepoint_params:
- Sequence[str]
- "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- storage_
domain_ Sequence[float]ids - Specifies the Storage Domain ids to filter indexed objects for which Protection Groups are writing data to Cohesity Views on the specified Storage Domains.
- Sequence[str]
- "This field is deprecated. Please use mightHaveTagIds.".
- tenant_
id str - TenantId contains id of the tenant for which objects are to be returned.
- uda_
params GetBackup Recovery Search Indexed Object Uda Params - Parameters required to search Universal Data Adapter objects. Nested schema for uda_params:
- use_
cached_ booldata - Specifies whether we can serve the GET request from the read replica cache. There is a lag of 15 seconds between the read replica and primary data source.
- object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- x
Ibm StringTenant Id - Specifies the key to be used to encrypt the source credential. If includeSourceCredentials is set to true this key must be specified.
- cassandra
Params Property Map - Parameters required to search Cassandra on a cluster. Nested schema for cassandra_params:
- couchbase
Params Property Map - Parameters required to search CouchBase on a cluster. Nested schema for couchbase_params:
- email
Params Property Map - Specifies the request parameters to search for emails and email folders. Nested schema for email_params:
- exchange
Params Property Map - Specifies the parameters which are specific for searching Exchange mailboxes. Nested schema for exchange_params:
- file
Params Property Map - Specifies the request parameters to search for files and file folders. Nested schema for file_params:
- hbase
Params Property Map - Parameters required to search Hbase on a cluster. Nested schema for hbase_params:
- hdfs
Params Property Map - Parameters required to search HDFS on a cluster. Nested schema for hdfs_params:
- hive
Params Property Map - Parameters required to search Hive on a cluster. Nested schema for hive_params:
- id String
- include
Tenants Boolean - If true, the response will include objects which belongs to all tenants which the current user has permission to see. Default value is false.
- Constraints: The default value is
false
.
- Constraints: The default value is
- might
Have List<String>Snapshot Tag Ids - Specifies list of snapshot tags, one or more of which might be present in the document. These are OR'ed together and the resulting criteria AND'ed with the rest of the query.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- might
Have List<String>Tag Ids - Specifies list of tags, one or more of which might be present in the document. These are OR'ed together and the resulting criteria AND'ed with the rest of the query.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- mongodb
Params Property Map - Parameters required to search Mongo DB on a cluster. Nested schema for mongodb_params:
- ms
Groups Property MapParams - Specifies the request params to search for Groups items. Nested schema for ms_groups_params:
- ms
Teams Property MapParams - Specifies the request params to search for Teams items. Nested schema for ms_teams_params:
- must
Have List<String>Snapshot Tag Ids - Specifies snapshot tags which must be all present in the document.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- must
Have List<String>Tag Ids - Specifies tags which must be all present in the document.
- Constraints: The list items must match regular expression
/^\\d+:\\d+:[A-Z0-9-]+$/
.
- Constraints: The list items must match regular expression
- object
Count Number - one
Drive Property MapParams - Specifies the request parameters to search for files/folders in document libraries. Nested schema for one_drive_params:
- String
- Specifies the pagination cookie with which subsequent parts of the response can be fetched.
- protection
Group List<String>Ids - Specifies a list of Protection Group ids to filter the indexed objects. If specified, the objects indexed by specified Protection Group ids will be returned.
- public
Folder Property MapParams - Specifies the request parameters to search for Public Folder items. Nested schema for public_folder_params:
- sfdc
Params Property Map - Specifies the parameters which are specific for searching Salesforce records. Nested schema for sfdc_params:
- Property Map
- Specifies the request parameters to search for files/folders in document libraries. Nested schema for sharepoint_params:
- List<String>
- "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- storage
Domain List<Number>Ids - Specifies the Storage Domain ids to filter indexed objects for which Protection Groups are writing data to Cohesity Views on the specified Storage Domains.
- List<String>
- "This field is deprecated. Please use mightHaveTagIds.".
- tenant
Id String - TenantId contains id of the tenant for which objects are to be returned.
- uda
Params Property Map - Parameters required to search Universal Data Adapter objects. Nested schema for uda_params:
- use
Cached BooleanData - Specifies whether we can serve the GET request from the read replica cache. There is a lag of 15 seconds between the read replica and primary data source.
getBackupRecoverySearchIndexedObject Result
The following output properties are available:
- Cassandra
Objects List<GetBackup Recovery Search Indexed Object Cassandra Object> - Couchbase
Objects List<GetBackup Recovery Search Indexed Object Couchbase Object> - Emails
List<Get
Backup Recovery Search Indexed Object Email> - Exchange
Objects List<GetBackup Recovery Search Indexed Object Exchange Object> - Files
List<Get
Backup Recovery Search Indexed Object File> - Hbase
Objects List<GetBackup Recovery Search Indexed Object Hbase Object> - Hdfs
Objects List<GetBackup Recovery Search Indexed Object Hdfs Object> - Hive
Objects List<GetBackup Recovery Search Indexed Object Hive Object> - Id string
- Mongo
Objects List<GetBackup Recovery Search Indexed Object Mongo Object> - Ms
Group List<GetItems Backup Recovery Search Indexed Object Ms Group Item> - Object
Type string - One
Drive List<GetItems Backup Recovery Search Indexed Object One Drive Item> - Public
Folder List<GetItems Backup Recovery Search Indexed Object Public Folder Item> - Sfdc
Records List<GetBackup Recovery Search Indexed Object Sfdc Record> - List<Get
Backup Recovery Search Indexed Object Sharepoint Item> - Teams
Items List<GetBackup Recovery Search Indexed Object Teams Item> - Uda
Objects List<GetBackup Recovery Search Indexed Object Uda Object> - XIbm
Tenant stringId - Cassandra
Params GetBackup Recovery Search Indexed Object Cassandra Params - Couchbase
Params GetBackup Recovery Search Indexed Object Couchbase Params - Email
Params GetBackup Recovery Search Indexed Object Email Params - Exchange
Params GetBackup Recovery Search Indexed Object Exchange Params - File
Params GetBackup Recovery Search Indexed Object File Params - Hbase
Params GetBackup Recovery Search Indexed Object Hbase Params - Hdfs
Params GetBackup Recovery Search Indexed Object Hdfs Params - Hive
Params GetBackup Recovery Search Indexed Object Hive Params - Include
Tenants bool - Might
Have List<string>Snapshot Tag Ids - Might
Have List<string>Tag Ids - Mongodb
Params GetBackup Recovery Search Indexed Object Mongodb Params - Ms
Groups GetParams Backup Recovery Search Indexed Object Ms Groups Params - Ms
Teams GetParams Backup Recovery Search Indexed Object Ms Teams Params - Must
Have List<string>Snapshot Tag Ids - Must
Have List<string>Tag Ids - Object
Count double - One
Drive GetParams Backup Recovery Search Indexed Object One Drive Params - string
- Protection
Group List<string>Ids - Public
Folder GetParams Backup Recovery Search Indexed Object Public Folder Params - Sfdc
Params GetBackup Recovery Search Indexed Object Sfdc Params - Get
Backup Recovery Search Indexed Object Sharepoint Params - List<string>
- Storage
Domain List<double>Ids - List<string>
- Tenant
Id string - Uda
Params GetBackup Recovery Search Indexed Object Uda Params - Use
Cached boolData
- Cassandra
Objects []GetBackup Recovery Search Indexed Object Cassandra Object - Couchbase
Objects []GetBackup Recovery Search Indexed Object Couchbase Object - Emails
[]Get
Backup Recovery Search Indexed Object Email - Exchange
Objects []GetBackup Recovery Search Indexed Object Exchange Object - Files
[]Get
Backup Recovery Search Indexed Object File - Hbase
Objects []GetBackup Recovery Search Indexed Object Hbase Object - Hdfs
Objects []GetBackup Recovery Search Indexed Object Hdfs Object - Hive
Objects []GetBackup Recovery Search Indexed Object Hive Object - Id string
- Mongo
Objects []GetBackup Recovery Search Indexed Object Mongo Object - Ms
Group []GetItems Backup Recovery Search Indexed Object Ms Group Item - Object
Type string - One
Drive []GetItems Backup Recovery Search Indexed Object One Drive Item - Public
Folder []GetItems Backup Recovery Search Indexed Object Public Folder Item - Sfdc
Records []GetBackup Recovery Search Indexed Object Sfdc Record - []Get
Backup Recovery Search Indexed Object Sharepoint Item - Teams
Items []GetBackup Recovery Search Indexed Object Teams Item - Uda
Objects []GetBackup Recovery Search Indexed Object Uda Object - XIbm
Tenant stringId - Cassandra
Params GetBackup Recovery Search Indexed Object Cassandra Params - Couchbase
Params GetBackup Recovery Search Indexed Object Couchbase Params - Email
Params GetBackup Recovery Search Indexed Object Email Params - Exchange
Params GetBackup Recovery Search Indexed Object Exchange Params - File
Params GetBackup Recovery Search Indexed Object File Params - Hbase
Params GetBackup Recovery Search Indexed Object Hbase Params - Hdfs
Params GetBackup Recovery Search Indexed Object Hdfs Params - Hive
Params GetBackup Recovery Search Indexed Object Hive Params - Include
Tenants bool - Might
Have []stringSnapshot Tag Ids - Might
Have []stringTag Ids - Mongodb
Params GetBackup Recovery Search Indexed Object Mongodb Params - Ms
Groups GetParams Backup Recovery Search Indexed Object Ms Groups Params - Ms
Teams GetParams Backup Recovery Search Indexed Object Ms Teams Params - Must
Have []stringSnapshot Tag Ids - Must
Have []stringTag Ids - Object
Count float64 - One
Drive GetParams Backup Recovery Search Indexed Object One Drive Params - string
- Protection
Group []stringIds - Public
Folder GetParams Backup Recovery Search Indexed Object Public Folder Params - Sfdc
Params GetBackup Recovery Search Indexed Object Sfdc Params - Get
Backup Recovery Search Indexed Object Sharepoint Params - []string
- Storage
Domain []float64Ids - []string
- Tenant
Id string - Uda
Params GetBackup Recovery Search Indexed Object Uda Params - Use
Cached boolData
- cassandra
Objects List<GetBackup Recovery Search Indexed Object Cassandra Object> - couchbase
Objects List<GetBackup Recovery Search Indexed Object Couchbase Object> - emails
List<Get
Backup Recovery Search Indexed Object Email> - exchange
Objects List<GetBackup Recovery Search Indexed Object Exchange Object> - files
List<Get
Backup Recovery Search Indexed Object File> - hbase
Objects List<GetBackup Recovery Search Indexed Object Hbase Object> - hdfs
Objects List<GetBackup Recovery Search Indexed Object Hdfs Object> - hive
Objects List<GetBackup Recovery Search Indexed Object Hive Object> - id String
- mongo
Objects List<GetBackup Recovery Search Indexed Object Mongo Object> - ms
Group List<GetItems Backup Recovery Search Indexed Object Ms Group Item> - object
Type String - one
Drive List<GetItems Backup Recovery Search Indexed Object One Drive Item> - public
Folder List<GetItems Backup Recovery Search Indexed Object Public Folder Item> - sfdc
Records List<GetBackup Recovery Search Indexed Object Sfdc Record> - List<Get
Backup Recovery Search Indexed Object Sharepoint Item> - teams
Items List<GetBackup Recovery Search Indexed Object Teams Item> - uda
Objects List<GetBackup Recovery Search Indexed Object Uda Object> - x
Ibm StringTenant Id - cassandra
Params GetBackup Recovery Search Indexed Object Cassandra Params - couchbase
Params GetBackup Recovery Search Indexed Object Couchbase Params - email
Params GetBackup Recovery Search Indexed Object Email Params - exchange
Params GetBackup Recovery Search Indexed Object Exchange Params - file
Params GetBackup Recovery Search Indexed Object File Params - hbase
Params GetBackup Recovery Search Indexed Object Hbase Params - hdfs
Params GetBackup Recovery Search Indexed Object Hdfs Params - hive
Params GetBackup Recovery Search Indexed Object Hive Params - include
Tenants Boolean - might
Have List<String>Snapshot Tag Ids - might
Have List<String>Tag Ids - mongodb
Params GetBackup Recovery Search Indexed Object Mongodb Params - ms
Groups GetParams Backup Recovery Search Indexed Object Ms Groups Params - ms
Teams GetParams Backup Recovery Search Indexed Object Ms Teams Params - must
Have List<String>Snapshot Tag Ids - must
Have List<String>Tag Ids - object
Count Double - one
Drive GetParams Backup Recovery Search Indexed Object One Drive Params - String
- protection
Group List<String>Ids - public
Folder GetParams Backup Recovery Search Indexed Object Public Folder Params - sfdc
Params GetBackup Recovery Search Indexed Object Sfdc Params - Get
Backup Recovery Search Indexed Object Sharepoint Params - List<String>
- storage
Domain List<Double>Ids - List<String>
- tenant
Id String - uda
Params GetBackup Recovery Search Indexed Object Uda Params - use
Cached BooleanData
- cassandra
Objects GetBackup Recovery Search Indexed Object Cassandra Object[] - couchbase
Objects GetBackup Recovery Search Indexed Object Couchbase Object[] - emails
Get
Backup Recovery Search Indexed Object Email[] - exchange
Objects GetBackup Recovery Search Indexed Object Exchange Object[] - files
Get
Backup Recovery Search Indexed Object File[] - hbase
Objects GetBackup Recovery Search Indexed Object Hbase Object[] - hdfs
Objects GetBackup Recovery Search Indexed Object Hdfs Object[] - hive
Objects GetBackup Recovery Search Indexed Object Hive Object[] - id string
- mongo
Objects GetBackup Recovery Search Indexed Object Mongo Object[] - ms
Group GetItems Backup Recovery Search Indexed Object Ms Group Item[] - object
Type string - one
Drive GetItems Backup Recovery Search Indexed Object One Drive Item[] - public
Folder GetItems Backup Recovery Search Indexed Object Public Folder Item[] - sfdc
Records GetBackup Recovery Search Indexed Object Sfdc Record[] - Get
Backup Recovery Search Indexed Object Sharepoint Item[] - teams
Items GetBackup Recovery Search Indexed Object Teams Item[] - uda
Objects GetBackup Recovery Search Indexed Object Uda Object[] - x
Ibm stringTenant Id - cassandra
Params GetBackup Recovery Search Indexed Object Cassandra Params - couchbase
Params GetBackup Recovery Search Indexed Object Couchbase Params - email
Params GetBackup Recovery Search Indexed Object Email Params - exchange
Params GetBackup Recovery Search Indexed Object Exchange Params - file
Params GetBackup Recovery Search Indexed Object File Params - hbase
Params GetBackup Recovery Search Indexed Object Hbase Params - hdfs
Params GetBackup Recovery Search Indexed Object Hdfs Params - hive
Params GetBackup Recovery Search Indexed Object Hive Params - include
Tenants boolean - might
Have string[]Snapshot Tag Ids - might
Have string[]Tag Ids - mongodb
Params GetBackup Recovery Search Indexed Object Mongodb Params - ms
Groups GetParams Backup Recovery Search Indexed Object Ms Groups Params - ms
Teams GetParams Backup Recovery Search Indexed Object Ms Teams Params - must
Have string[]Snapshot Tag Ids - must
Have string[]Tag Ids - object
Count number - one
Drive GetParams Backup Recovery Search Indexed Object One Drive Params - string
- protection
Group string[]Ids - public
Folder GetParams Backup Recovery Search Indexed Object Public Folder Params - sfdc
Params GetBackup Recovery Search Indexed Object Sfdc Params - Get
Backup Recovery Search Indexed Object Sharepoint Params - string[]
- storage
Domain number[]Ids - string[]
- tenant
Id string - uda
Params GetBackup Recovery Search Indexed Object Uda Params - use
Cached booleanData
- cassandra_
objects Sequence[GetBackup Recovery Search Indexed Object Cassandra Object] - couchbase_
objects Sequence[GetBackup Recovery Search Indexed Object Couchbase Object] - emails
Sequence[Get
Backup Recovery Search Indexed Object Email] - exchange_
objects Sequence[GetBackup Recovery Search Indexed Object Exchange Object] - files
Sequence[Get
Backup Recovery Search Indexed Object File] - hbase_
objects Sequence[GetBackup Recovery Search Indexed Object Hbase Object] - hdfs_
objects Sequence[GetBackup Recovery Search Indexed Object Hdfs Object] - hive_
objects Sequence[GetBackup Recovery Search Indexed Object Hive Object] - id str
- mongo_
objects Sequence[GetBackup Recovery Search Indexed Object Mongo Object] - ms_
group_ Sequence[Getitems Backup Recovery Search Indexed Object Ms Group Item] - object_
type str - one_
drive_ Sequence[Getitems Backup Recovery Search Indexed Object One Drive Item] - public_
folder_ Sequence[Getitems Backup Recovery Search Indexed Object Public Folder Item] - sfdc_
records Sequence[GetBackup Recovery Search Indexed Object Sfdc Record] - Sequence[Get
Backup Recovery Search Indexed Object Sharepoint Item] - teams_
items Sequence[GetBackup Recovery Search Indexed Object Teams Item] - uda_
objects Sequence[GetBackup Recovery Search Indexed Object Uda Object] - x_
ibm_ strtenant_ id - cassandra_
params GetBackup Recovery Search Indexed Object Cassandra Params - couchbase_
params GetBackup Recovery Search Indexed Object Couchbase Params - email_
params GetBackup Recovery Search Indexed Object Email Params - exchange_
params GetBackup Recovery Search Indexed Object Exchange Params - file_
params GetBackup Recovery Search Indexed Object File Params - hbase_
params GetBackup Recovery Search Indexed Object Hbase Params - hdfs_
params GetBackup Recovery Search Indexed Object Hdfs Params - hive_
params GetBackup Recovery Search Indexed Object Hive Params - include_
tenants bool - might_
have_ Sequence[str]snapshot_ tag_ ids - might_
have_ Sequence[str]tag_ ids - mongodb_
params GetBackup Recovery Search Indexed Object Mongodb Params - ms_
groups_ Getparams Backup Recovery Search Indexed Object Ms Groups Params - ms_
teams_ Getparams Backup Recovery Search Indexed Object Ms Teams Params - must_
have_ Sequence[str]snapshot_ tag_ ids - must_
have_ Sequence[str]tag_ ids - object_
count float - one_
drive_ Getparams Backup Recovery Search Indexed Object One Drive Params - str
- protection_
group_ Sequence[str]ids - public_
folder_ Getparams Backup Recovery Search Indexed Object Public Folder Params - sfdc_
params GetBackup Recovery Search Indexed Object Sfdc Params - Get
Backup Recovery Search Indexed Object Sharepoint Params - Sequence[str]
- storage_
domain_ Sequence[float]ids - Sequence[str]
- tenant_
id str - uda_
params GetBackup Recovery Search Indexed Object Uda Params - use_
cached_ booldata
- cassandra
Objects List<Property Map> - couchbase
Objects List<Property Map> - emails List<Property Map>
- exchange
Objects List<Property Map> - files List<Property Map>
- hbase
Objects List<Property Map> - hdfs
Objects List<Property Map> - hive
Objects List<Property Map> - id String
- mongo
Objects List<Property Map> - ms
Group List<Property Map>Items - object
Type String - one
Drive List<Property Map>Items - public
Folder List<Property Map>Items - sfdc
Records List<Property Map> - List<Property Map>
- teams
Items List<Property Map> - uda
Objects List<Property Map> - x
Ibm StringTenant Id - cassandra
Params Property Map - couchbase
Params Property Map - email
Params Property Map - exchange
Params Property Map - file
Params Property Map - hbase
Params Property Map - hdfs
Params Property Map - hive
Params Property Map - include
Tenants Boolean - might
Have List<String>Snapshot Tag Ids - might
Have List<String>Tag Ids - mongodb
Params Property Map - ms
Groups Property MapParams - ms
Teams Property MapParams - must
Have List<String>Snapshot Tag Ids - must
Have List<String>Tag Ids - object
Count Number - one
Drive Property MapParams - String
- protection
Group List<String>Ids - public
Folder Property MapParams - sfdc
Params Property Map - Property Map
- List<String>
- storage
Domain List<Number>Ids - List<String>
- tenant
Id String - uda
Params Property Map - use
Cached BooleanData
Supporting Types
GetBackupRecoverySearchIndexedObjectCassandraObject
- Id string
- Keyspace
Type string - Name string
- Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - List<Get
Backup Recovery Search Indexed Object Cassandra Object Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos List<GetBackup Recovery Search Indexed Object Cassandra Object Source Info> - Storage
Domain doubleId - List<Get
Backup Recovery Search Indexed Object Cassandra Object Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- Type string
- Id string
- Keyspace
Type string - Name string
- Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - []Get
Backup Recovery Search Indexed Object Cassandra Object Snapshot Tag - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos []GetBackup Recovery Search Indexed Object Cassandra Object Source Info - Storage
Domain float64Id - []Get
Backup Recovery Search Indexed Object Cassandra Object Tag - "This field is deprecated. Please use mightHaveTagIds.".
- Type string
- id String
- keyspace
Type String - name String
- path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - List<Get
Backup Recovery Search Indexed Object Cassandra Object Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<GetBackup Recovery Search Indexed Object Cassandra Object Source Info> - storage
Domain DoubleId - List<Get
Backup Recovery Search Indexed Object Cassandra Object Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- type String
- id string
- keyspace
Type string - name string
- path string
- policy
Id string - policy
Name string - protection
Group stringId - protection
Group stringName - Get
Backup Recovery Search Indexed Object Cassandra Object Snapshot Tag[] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos GetBackup Recovery Search Indexed Object Cassandra Object Source Info[] - storage
Domain numberId - Get
Backup Recovery Search Indexed Object Cassandra Object Tag[] - "This field is deprecated. Please use mightHaveTagIds.".
- type string
- id str
- keyspace_
type str - name str
- path str
- policy_
id str - policy_
name str - protection_
group_ strid - protection_
group_ strname - Sequence[Get
Backup Recovery Search Indexed Object Cassandra Object Snapshot Tag] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source_
infos Sequence[GetBackup Recovery Search Indexed Object Cassandra Object Source Info] - storage_
domain_ floatid - Sequence[Get
Backup Recovery Search Indexed Object Cassandra Object Tag] - "This field is deprecated. Please use mightHaveTagIds.".
- type str
- id String
- keyspace
Type String - name String
- path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - List<Property Map>
- "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<Property Map> - storage
Domain NumberId - List<Property Map>
- "This field is deprecated. Please use mightHaveTagIds.".
- type String
GetBackupRecoverySearchIndexedObjectCassandraObjectSnapshotTag
GetBackupRecoverySearchIndexedObjectCassandraObjectSourceInfo
- Child
Objects List<GetBackup Recovery Search Indexed Object Cassandra Object Source Info Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object Cassandra Object Source Info Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object Cassandra Object Source Info VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Cassandra Object Source Info Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object Cassandra Object Source Info Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object Cassandra Object Source Info Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object Cassandra Object Source Info VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object Cassandra Object Source Info Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object Cassandra Object Source Info Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object Cassandra Object Source Info Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object Cassandra Object Source Info VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Cassandra Object Source Info Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object Cassandra Object Source Info Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object Cassandra Object Source Info Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object Cassandra Object Source Info VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object Cassandra Object Source Info Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object Cassandra Object Source Info Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object Cassandra Object Source Info Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object Cassandra Object Source Info VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object Cassandra Object Source Info Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectCassandraObjectSourceInfoChildObject
- Child
Objects List<GetBackup Recovery Search Indexed Object Cassandra Object Source Info Child Object Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object Cassandra Object Source Info Child Object Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object Cassandra Object Source Info Child Object VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Cassandra Object Source Info Child Object Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object Cassandra Object Source Info Child Object Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object Cassandra Object Source Info Child Object Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object Cassandra Object Source Info Child Object VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object Cassandra Object Source Info Child Object Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object Cassandra Object Source Info Child Object Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object Cassandra Object Source Info Child Object Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object Cassandra Object Source Info Child Object VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Cassandra Object Source Info Child Object Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object Cassandra Object Source Info Child Object Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object Cassandra Object Source Info Child Object Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object Cassandra Object Source Info Child Object VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object Cassandra Object Source Info Child Object Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object Cassandra Object Source Info Child Object Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object Cassandra Object Source Info Child Object Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object Cassandra Object Source Info Child Object VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object Cassandra Object Source Info Child Object Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectCassandraObjectSourceInfoChildObjectSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectCassandraObjectSourceInfoChildObjectVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectCassandraObjectSourceInfoChildObjectWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectCassandraObjectSourceInfoSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectCassandraObjectSourceInfoVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectCassandraObjectSourceInfoWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectCassandraObjectTag
- Tag
Id string
- Tag
Id string
- tag
Id String
- tag
Id string
- tag_
id str
- tag
Id String
GetBackupRecoverySearchIndexedObjectCassandraParams
- Cassandra
Object List<string>Types - Specifies one or more Cassandra object types to be searched.
- Constraints: Allowable list items are:
CassandraKeyspaces
,CassandraTables
.
- Constraints: Allowable list items are:
- Search
String string - Specifies the search string to search the Cassandra Objects.
- Source
Ids List<double> - Specifies a list of source ids. Only files found in these sources will be returned.
- Cassandra
Object []stringTypes - Specifies one or more Cassandra object types to be searched.
- Constraints: Allowable list items are:
CassandraKeyspaces
,CassandraTables
.
- Constraints: Allowable list items are:
- Search
String string - Specifies the search string to search the Cassandra Objects.
- Source
Ids []float64 - Specifies a list of source ids. Only files found in these sources will be returned.
- cassandra
Object List<String>Types - Specifies one or more Cassandra object types to be searched.
- Constraints: Allowable list items are:
CassandraKeyspaces
,CassandraTables
.
- Constraints: Allowable list items are:
- search
String String - Specifies the search string to search the Cassandra Objects.
- source
Ids List<Double> - Specifies a list of source ids. Only files found in these sources will be returned.
- cassandra
Object string[]Types - Specifies one or more Cassandra object types to be searched.
- Constraints: Allowable list items are:
CassandraKeyspaces
,CassandraTables
.
- Constraints: Allowable list items are:
- search
String string - Specifies the search string to search the Cassandra Objects.
- source
Ids number[] - Specifies a list of source ids. Only files found in these sources will be returned.
- cassandra_
object_ Sequence[str]types - Specifies one or more Cassandra object types to be searched.
- Constraints: Allowable list items are:
CassandraKeyspaces
,CassandraTables
.
- Constraints: Allowable list items are:
- search_
string str - Specifies the search string to search the Cassandra Objects.
- source_
ids Sequence[float] - Specifies a list of source ids. Only files found in these sources will be returned.
- cassandra
Object List<String>Types - Specifies one or more Cassandra object types to be searched.
- Constraints: Allowable list items are:
CassandraKeyspaces
,CassandraTables
.
- Constraints: Allowable list items are:
- search
String String - Specifies the search string to search the Cassandra Objects.
- source
Ids List<Number> - Specifies a list of source ids. Only files found in these sources will be returned.
GetBackupRecoverySearchIndexedObjectCouchbaseObject
- Id string
- Name string
- Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - List<Get
Backup Recovery Search Indexed Object Couchbase Object Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos List<GetBackup Recovery Search Indexed Object Couchbase Object Source Info> - Storage
Domain doubleId - List<Get
Backup Recovery Search Indexed Object Couchbase Object Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- Type string
- Id string
- Name string
- Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - []Get
Backup Recovery Search Indexed Object Couchbase Object Snapshot Tag - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos []GetBackup Recovery Search Indexed Object Couchbase Object Source Info - Storage
Domain float64Id - []Get
Backup Recovery Search Indexed Object Couchbase Object Tag - "This field is deprecated. Please use mightHaveTagIds.".
- Type string
- id String
- name String
- path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - List<Get
Backup Recovery Search Indexed Object Couchbase Object Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<GetBackup Recovery Search Indexed Object Couchbase Object Source Info> - storage
Domain DoubleId - List<Get
Backup Recovery Search Indexed Object Couchbase Object Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- type String
- id string
- name string
- path string
- policy
Id string - policy
Name string - protection
Group stringId - protection
Group stringName - Get
Backup Recovery Search Indexed Object Couchbase Object Snapshot Tag[] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos GetBackup Recovery Search Indexed Object Couchbase Object Source Info[] - storage
Domain numberId - Get
Backup Recovery Search Indexed Object Couchbase Object Tag[] - "This field is deprecated. Please use mightHaveTagIds.".
- type string
- id str
- name str
- path str
- policy_
id str - policy_
name str - protection_
group_ strid - protection_
group_ strname - Sequence[Get
Backup Recovery Search Indexed Object Couchbase Object Snapshot Tag] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source_
infos Sequence[GetBackup Recovery Search Indexed Object Couchbase Object Source Info] - storage_
domain_ floatid - Sequence[Get
Backup Recovery Search Indexed Object Couchbase Object Tag] - "This field is deprecated. Please use mightHaveTagIds.".
- type str
- id String
- name String
- path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - List<Property Map>
- "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<Property Map> - storage
Domain NumberId - List<Property Map>
- "This field is deprecated. Please use mightHaveTagIds.".
- type String
GetBackupRecoverySearchIndexedObjectCouchbaseObjectSnapshotTag
GetBackupRecoverySearchIndexedObjectCouchbaseObjectSourceInfo
- Child
Objects List<GetBackup Recovery Search Indexed Object Couchbase Object Source Info Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object Couchbase Object Source Info Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object Couchbase Object Source Info VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Couchbase Object Source Info Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object Couchbase Object Source Info Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object Couchbase Object Source Info Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object Couchbase Object Source Info VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object Couchbase Object Source Info Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object Couchbase Object Source Info Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object Couchbase Object Source Info Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object Couchbase Object Source Info VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Couchbase Object Source Info Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object Couchbase Object Source Info Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object Couchbase Object Source Info Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object Couchbase Object Source Info VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object Couchbase Object Source Info Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object Couchbase Object Source Info Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object Couchbase Object Source Info Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object Couchbase Object Source Info VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object Couchbase Object Source Info Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectCouchbaseObjectSourceInfoChildObject
- Child
Objects List<GetBackup Recovery Search Indexed Object Couchbase Object Source Info Child Object Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object Couchbase Object Source Info Child Object Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object Couchbase Object Source Info Child Object VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Couchbase Object Source Info Child Object Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object Couchbase Object Source Info Child Object Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object Couchbase Object Source Info Child Object Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object Couchbase Object Source Info Child Object VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object Couchbase Object Source Info Child Object Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object Couchbase Object Source Info Child Object Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object Couchbase Object Source Info Child Object Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object Couchbase Object Source Info Child Object VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Couchbase Object Source Info Child Object Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object Couchbase Object Source Info Child Object Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object Couchbase Object Source Info Child Object Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object Couchbase Object Source Info Child Object VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object Couchbase Object Source Info Child Object Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object Couchbase Object Source Info Child Object Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object Couchbase Object Source Info Child Object Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object Couchbase Object Source Info Child Object VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object Couchbase Object Source Info Child Object Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectCouchbaseObjectSourceInfoChildObjectSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectCouchbaseObjectSourceInfoChildObjectVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectCouchbaseObjectSourceInfoChildObjectWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectCouchbaseObjectSourceInfoSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectCouchbaseObjectSourceInfoVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectCouchbaseObjectSourceInfoWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectCouchbaseObjectTag
- Tag
Id string
- Tag
Id string
- tag
Id String
- tag
Id string
- tag_
id str
- tag
Id String
GetBackupRecoverySearchIndexedObjectCouchbaseParams
- Couchbase
Object List<string>Types - Specifies Couchbase object types be searched. For Couchbase it can only be set to 'CouchbaseBuckets'.
- Constraints: Allowable list items are:
CouchbaseBuckets
.
- Constraints: Allowable list items are:
- Search
String string - Specifies the search string to search the Couchbase Objects.
- Source
Ids List<double> - Specifies a list of source ids. Only files found in these sources will be returned.
- Couchbase
Object []stringTypes - Specifies Couchbase object types be searched. For Couchbase it can only be set to 'CouchbaseBuckets'.
- Constraints: Allowable list items are:
CouchbaseBuckets
.
- Constraints: Allowable list items are:
- Search
String string - Specifies the search string to search the Couchbase Objects.
- Source
Ids []float64 - Specifies a list of source ids. Only files found in these sources will be returned.
- couchbase
Object List<String>Types - Specifies Couchbase object types be searched. For Couchbase it can only be set to 'CouchbaseBuckets'.
- Constraints: Allowable list items are:
CouchbaseBuckets
.
- Constraints: Allowable list items are:
- search
String String - Specifies the search string to search the Couchbase Objects.
- source
Ids List<Double> - Specifies a list of source ids. Only files found in these sources will be returned.
- couchbase
Object string[]Types - Specifies Couchbase object types be searched. For Couchbase it can only be set to 'CouchbaseBuckets'.
- Constraints: Allowable list items are:
CouchbaseBuckets
.
- Constraints: Allowable list items are:
- search
String string - Specifies the search string to search the Couchbase Objects.
- source
Ids number[] - Specifies a list of source ids. Only files found in these sources will be returned.
- couchbase_
object_ Sequence[str]types - Specifies Couchbase object types be searched. For Couchbase it can only be set to 'CouchbaseBuckets'.
- Constraints: Allowable list items are:
CouchbaseBuckets
.
- Constraints: Allowable list items are:
- search_
string str - Specifies the search string to search the Couchbase Objects.
- source_
ids Sequence[float] - Specifies a list of source ids. Only files found in these sources will be returned.
- couchbase
Object List<String>Types - Specifies Couchbase object types be searched. For Couchbase it can only be set to 'CouchbaseBuckets'.
- Constraints: Allowable list items are:
CouchbaseBuckets
.
- Constraints: Allowable list items are:
- search
String String - Specifies the search string to search the Couchbase Objects.
- source
Ids List<Number> - Specifies a list of source ids. Only files found in these sources will be returned.
GetBackupRecoverySearchIndexedObjectEmail
- Bcc
Recipient List<string>Addresses - Cc
Recipient List<string>Addresses - Created
Time doubleSecs - Directory
Path string - Email
Addresses List<string> - Email
Subject string - First
Name string - Folder
Name string - Has
Attachment bool - Id string
- Last
Modification stringName - Last
Modification doubleTime Secs - Last
Name string - Optional
Attendees List<string>Addresses - Organizer
Address string - Parent
Folder doubleId - Path string
- Protection
Group stringId - Protection
Group stringName - Received
Time doubleSecs - Recipient
Addresses List<string> - Required
Attendees List<string>Addresses - Sender
Address string - Sent
Time doubleSecs - List<Get
Backup Recovery Search Indexed Object Email Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Storage
Domain doubleId - List<Get
Backup Recovery Search Indexed Object Email Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- Task
Completion doubleDate Time Secs - Task
Due doubleDate Time Secs - Task
Status string - Tenant
Id string - TenantId contains id of the tenant for which objects are to be returned.
- Type string
- User
Object List<GetInfos Backup Recovery Search Indexed Object Email User Object Info>
- Bcc
Recipient []stringAddresses - Cc
Recipient []stringAddresses - Created
Time float64Secs - Directory
Path string - Email
Addresses []string - Email
Subject string - First
Name string - Folder
Name string - Has
Attachment bool - Id string
- Last
Modification stringName - Last
Modification float64Time Secs - Last
Name string - Optional
Attendees []stringAddresses - Organizer
Address string - Parent
Folder float64Id - Path string
- Protection
Group stringId - Protection
Group stringName - Received
Time float64Secs - Recipient
Addresses []string - Required
Attendees []stringAddresses - Sender
Address string - Sent
Time float64Secs - []Get
Backup Recovery Search Indexed Object Email Snapshot Tag - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Storage
Domain float64Id - []Get
Backup Recovery Search Indexed Object Email Tag - "This field is deprecated. Please use mightHaveTagIds.".
- Task
Completion float64Date Time Secs - Task
Due float64Date Time Secs - Task
Status string - Tenant
Id string - TenantId contains id of the tenant for which objects are to be returned.
- Type string
- User
Object []GetInfos Backup Recovery Search Indexed Object Email User Object Info
- bcc
Recipient List<String>Addresses - cc
Recipient List<String>Addresses - created
Time DoubleSecs - directory
Path String - email
Addresses List<String> - email
Subject String - first
Name String - folder
Name String - has
Attachment Boolean - id String
- last
Modification StringName - last
Modification DoubleTime Secs - last
Name String - optional
Attendees List<String>Addresses - organizer
Address String - parent
Folder DoubleId - path String
- protection
Group StringId - protection
Group StringName - received
Time DoubleSecs - recipient
Addresses List<String> - required
Attendees List<String>Addresses - sender
Address String - sent
Time DoubleSecs - List<Get
Backup Recovery Search Indexed Object Email Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- storage
Domain DoubleId - List<Get
Backup Recovery Search Indexed Object Email Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- task
Completion DoubleDate Time Secs - task
Due DoubleDate Time Secs - task
Status String - tenant
Id String - TenantId contains id of the tenant for which objects are to be returned.
- type String
- user
Object List<GetInfos Backup Recovery Search Indexed Object Email User Object Info>
- bcc
Recipient string[]Addresses - cc
Recipient string[]Addresses - created
Time numberSecs - directory
Path string - email
Addresses string[] - email
Subject string - first
Name string - folder
Name string - has
Attachment boolean - id string
- last
Modification stringName - last
Modification numberTime Secs - last
Name string - optional
Attendees string[]Addresses - organizer
Address string - parent
Folder numberId - path string
- protection
Group stringId - protection
Group stringName - received
Time numberSecs - recipient
Addresses string[] - required
Attendees string[]Addresses - sender
Address string - sent
Time numberSecs - Get
Backup Recovery Search Indexed Object Email Snapshot Tag[] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- storage
Domain numberId - Get
Backup Recovery Search Indexed Object Email Tag[] - "This field is deprecated. Please use mightHaveTagIds.".
- task
Completion numberDate Time Secs - task
Due numberDate Time Secs - task
Status string - tenant
Id string - TenantId contains id of the tenant for which objects are to be returned.
- type string
- user
Object GetInfos Backup Recovery Search Indexed Object Email User Object Info[]
- bcc_
recipient_ Sequence[str]addresses - cc_
recipient_ Sequence[str]addresses - created_
time_ floatsecs - directory_
path str - email_
addresses Sequence[str] - email_
subject str - first_
name str - folder_
name str - has_
attachment bool - id str
- last_
modification_ strname - last_
modification_ floattime_ secs - last_
name str - optional_
attendees_ Sequence[str]addresses - organizer_
address str - parent_
folder_ floatid - path str
- protection_
group_ strid - protection_
group_ strname - received_
time_ floatsecs - recipient_
addresses Sequence[str] - required_
attendees_ Sequence[str]addresses - sender_
address str - sent_
time_ floatsecs - Sequence[Get
Backup Recovery Search Indexed Object Email Snapshot Tag] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- storage_
domain_ floatid - Sequence[Get
Backup Recovery Search Indexed Object Email Tag] - "This field is deprecated. Please use mightHaveTagIds.".
- task_
completion_ floatdate_ time_ secs - task_
due_ floatdate_ time_ secs - task_
status str - tenant_
id str - TenantId contains id of the tenant for which objects are to be returned.
- type str
- user_
object_ Sequence[Getinfos Backup Recovery Search Indexed Object Email User Object Info]
- bcc
Recipient List<String>Addresses - cc
Recipient List<String>Addresses - created
Time NumberSecs - directory
Path String - email
Addresses List<String> - email
Subject String - first
Name String - folder
Name String - has
Attachment Boolean - id String
- last
Modification StringName - last
Modification NumberTime Secs - last
Name String - optional
Attendees List<String>Addresses - organizer
Address String - parent
Folder NumberId - path String
- protection
Group StringId - protection
Group StringName - received
Time NumberSecs - recipient
Addresses List<String> - required
Attendees List<String>Addresses - sender
Address String - sent
Time NumberSecs - List<Property Map>
- "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- storage
Domain NumberId - List<Property Map>
- "This field is deprecated. Please use mightHaveTagIds.".
- task
Completion NumberDate Time Secs - task
Due NumberDate Time Secs - task
Status String - tenant
Id String - TenantId contains id of the tenant for which objects are to be returned.
- type String
- user
Object List<Property Map>Infos
GetBackupRecoverySearchIndexedObjectEmailParams
- Attendees
Addresses List<string> - Filters the calendar items which have specified email addresses as attendees.
- Bcc
Recipient List<string>Addresses - Filters the emails which are sent to specified email addresses in BCC.
- Cc
Recipient List<string>Addresses - Filters the emails which are sent to specified email addresses in CC.
- Created
End doubleTime Secs - Specifies the end time in Unix timestamp epoch in seconds where the created time of the email/item is less than specified value.
- Created
Start doubleTime Secs - Specifies the start time in Unix timestamp epoch in seconds where the created time of the email/item is more than specified value.
- Due
Date doubleEnd Time Secs - Specifies the end time in Unix timestamp epoch in seconds where the last modification time of the email/item is less than specified value.
- Due
Date doubleStart Time Secs - Specifies the start time in Unix timestamp epoch in seconds where the last modification time of the email/item is more than specified value.
- Email
Address string - Filters the contact items which have specified text in email address.
- Email
Subject string - Filters the emails which have the specified text in its subject.
- First
Name string - Filters the contacts with specified text in first name.
- Folder
Names List<string> - Filters the emails which are categorized to specified folders.
- Has
Attachment bool - Filters the emails which have attachment.
- Last
Modified doubleEnd Time Secs - Specifies the end time in Unix timestamp epoch in seconds where the last modification time of the email/item is less than specified value.
- Last
Modified doubleStart Time Secs - Specifies the start time in Unix timestamp epoch in seconds where the last modification time of the email/item is more than specified value.
- Last
Name string - Filters the contacts with specified text in last name.
- Middle
Name string - Filters the contacts with specified text in middle name.
- O365Params
Get
Backup Recovery Search Indexed Object Email Params O365Params - Specifies email search request params specific to O365 environment. Nested schema for o365_params:
- Organizer
Address string - Filters the calendar items which are organized by specified User's email address.
- Received
End doubleTime Secs - Specifies the end time in Unix timestamp epoch in seconds where the received time of the email is less than specified value.
- Received
Start doubleTime Secs - Specifies the start time in Unix timestamp epoch in seconds where the received time of the email is more than specified value.
- Recipient
Addresses List<string> - Filters the emails which are sent to specified email addresses.
- Sender
Address string - Filters the emails which are received from specified User's email address.
- Source
Environment string - Specifies the source environment.
- Constraints: Allowable values are:
kO365
.
- Constraints: Allowable values are:
- Task
Status List<string>Types - Specifies a list of task item status types. Task items having status within the given types will be returned.
- Constraints: Allowable list items are:
NotStarted
,InProgress
,Completed
,WaitingOnOthers
,Deferred
.
- Constraints: Allowable list items are:
- Types List<string>
- Specifies a list of mailbox item types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Email
,Folder
,Calendar
,Contact
,Task
,Note
.
- Constraints: Allowable list items are:
- Attendees
Addresses []string - Filters the calendar items which have specified email addresses as attendees.
- Bcc
Recipient []stringAddresses - Filters the emails which are sent to specified email addresses in BCC.
- Cc
Recipient []stringAddresses - Filters the emails which are sent to specified email addresses in CC.
- Created
End float64Time Secs - Specifies the end time in Unix timestamp epoch in seconds where the created time of the email/item is less than specified value.
- Created
Start float64Time Secs - Specifies the start time in Unix timestamp epoch in seconds where the created time of the email/item is more than specified value.
- Due
Date float64End Time Secs - Specifies the end time in Unix timestamp epoch in seconds where the last modification time of the email/item is less than specified value.
- Due
Date float64Start Time Secs - Specifies the start time in Unix timestamp epoch in seconds where the last modification time of the email/item is more than specified value.
- Email
Address string - Filters the contact items which have specified text in email address.
- Email
Subject string - Filters the emails which have the specified text in its subject.
- First
Name string - Filters the contacts with specified text in first name.
- Folder
Names []string - Filters the emails which are categorized to specified folders.
- Has
Attachment bool - Filters the emails which have attachment.
- Last
Modified float64End Time Secs - Specifies the end time in Unix timestamp epoch in seconds where the last modification time of the email/item is less than specified value.
- Last
Modified float64Start Time Secs - Specifies the start time in Unix timestamp epoch in seconds where the last modification time of the email/item is more than specified value.
- Last
Name string - Filters the contacts with specified text in last name.
- Middle
Name string - Filters the contacts with specified text in middle name.
- O365Params
Get
Backup Recovery Search Indexed Object Email Params O365Params - Specifies email search request params specific to O365 environment. Nested schema for o365_params:
- Organizer
Address string - Filters the calendar items which are organized by specified User's email address.
- Received
End float64Time Secs - Specifies the end time in Unix timestamp epoch in seconds where the received time of the email is less than specified value.
- Received
Start float64Time Secs - Specifies the start time in Unix timestamp epoch in seconds where the received time of the email is more than specified value.
- Recipient
Addresses []string - Filters the emails which are sent to specified email addresses.
- Sender
Address string - Filters the emails which are received from specified User's email address.
- Source
Environment string - Specifies the source environment.
- Constraints: Allowable values are:
kO365
.
- Constraints: Allowable values are:
- Task
Status []stringTypes - Specifies a list of task item status types. Task items having status within the given types will be returned.
- Constraints: Allowable list items are:
NotStarted
,InProgress
,Completed
,WaitingOnOthers
,Deferred
.
- Constraints: Allowable list items are:
- Types []string
- Specifies a list of mailbox item types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Email
,Folder
,Calendar
,Contact
,Task
,Note
.
- Constraints: Allowable list items are:
- attendees
Addresses List<String> - Filters the calendar items which have specified email addresses as attendees.
- bcc
Recipient List<String>Addresses - Filters the emails which are sent to specified email addresses in BCC.
- cc
Recipient List<String>Addresses - Filters the emails which are sent to specified email addresses in CC.
- created
End DoubleTime Secs - Specifies the end time in Unix timestamp epoch in seconds where the created time of the email/item is less than specified value.
- created
Start DoubleTime Secs - Specifies the start time in Unix timestamp epoch in seconds where the created time of the email/item is more than specified value.
- due
Date DoubleEnd Time Secs - Specifies the end time in Unix timestamp epoch in seconds where the last modification time of the email/item is less than specified value.
- due
Date DoubleStart Time Secs - Specifies the start time in Unix timestamp epoch in seconds where the last modification time of the email/item is more than specified value.
- email
Address String - Filters the contact items which have specified text in email address.
- email
Subject String - Filters the emails which have the specified text in its subject.
- first
Name String - Filters the contacts with specified text in first name.
- folder
Names List<String> - Filters the emails which are categorized to specified folders.
- has
Attachment Boolean - Filters the emails which have attachment.
- last
Modified DoubleEnd Time Secs - Specifies the end time in Unix timestamp epoch in seconds where the last modification time of the email/item is less than specified value.
- last
Modified DoubleStart Time Secs - Specifies the start time in Unix timestamp epoch in seconds where the last modification time of the email/item is more than specified value.
- last
Name String - Filters the contacts with specified text in last name.
- middle
Name String - Filters the contacts with specified text in middle name.
- o365Params
Get
Backup Recovery Search Indexed Object Email Params O365Params - Specifies email search request params specific to O365 environment. Nested schema for o365_params:
- organizer
Address String - Filters the calendar items which are organized by specified User's email address.
- received
End DoubleTime Secs - Specifies the end time in Unix timestamp epoch in seconds where the received time of the email is less than specified value.
- received
Start DoubleTime Secs - Specifies the start time in Unix timestamp epoch in seconds where the received time of the email is more than specified value.
- recipient
Addresses List<String> - Filters the emails which are sent to specified email addresses.
- sender
Address String - Filters the emails which are received from specified User's email address.
- source
Environment String - Specifies the source environment.
- Constraints: Allowable values are:
kO365
.
- Constraints: Allowable values are:
- task
Status List<String>Types - Specifies a list of task item status types. Task items having status within the given types will be returned.
- Constraints: Allowable list items are:
NotStarted
,InProgress
,Completed
,WaitingOnOthers
,Deferred
.
- Constraints: Allowable list items are:
- types List<String>
- Specifies a list of mailbox item types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Email
,Folder
,Calendar
,Contact
,Task
,Note
.
- Constraints: Allowable list items are:
- attendees
Addresses string[] - Filters the calendar items which have specified email addresses as attendees.
- bcc
Recipient string[]Addresses - Filters the emails which are sent to specified email addresses in BCC.
- cc
Recipient string[]Addresses - Filters the emails which are sent to specified email addresses in CC.
- created
End numberTime Secs - Specifies the end time in Unix timestamp epoch in seconds where the created time of the email/item is less than specified value.
- created
Start numberTime Secs - Specifies the start time in Unix timestamp epoch in seconds where the created time of the email/item is more than specified value.
- due
Date numberEnd Time Secs - Specifies the end time in Unix timestamp epoch in seconds where the last modification time of the email/item is less than specified value.
- due
Date numberStart Time Secs - Specifies the start time in Unix timestamp epoch in seconds where the last modification time of the email/item is more than specified value.
- email
Address string - Filters the contact items which have specified text in email address.
- email
Subject string - Filters the emails which have the specified text in its subject.
- first
Name string - Filters the contacts with specified text in first name.
- folder
Names string[] - Filters the emails which are categorized to specified folders.
- has
Attachment boolean - Filters the emails which have attachment.
- last
Modified numberEnd Time Secs - Specifies the end time in Unix timestamp epoch in seconds where the last modification time of the email/item is less than specified value.
- last
Modified numberStart Time Secs - Specifies the start time in Unix timestamp epoch in seconds where the last modification time of the email/item is more than specified value.
- last
Name string - Filters the contacts with specified text in last name.
- middle
Name string - Filters the contacts with specified text in middle name.
- o365Params
Get
Backup Recovery Search Indexed Object Email Params O365Params - Specifies email search request params specific to O365 environment. Nested schema for o365_params:
- organizer
Address string - Filters the calendar items which are organized by specified User's email address.
- received
End numberTime Secs - Specifies the end time in Unix timestamp epoch in seconds where the received time of the email is less than specified value.
- received
Start numberTime Secs - Specifies the start time in Unix timestamp epoch in seconds where the received time of the email is more than specified value.
- recipient
Addresses string[] - Filters the emails which are sent to specified email addresses.
- sender
Address string - Filters the emails which are received from specified User's email address.
- source
Environment string - Specifies the source environment.
- Constraints: Allowable values are:
kO365
.
- Constraints: Allowable values are:
- task
Status string[]Types - Specifies a list of task item status types. Task items having status within the given types will be returned.
- Constraints: Allowable list items are:
NotStarted
,InProgress
,Completed
,WaitingOnOthers
,Deferred
.
- Constraints: Allowable list items are:
- types string[]
- Specifies a list of mailbox item types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Email
,Folder
,Calendar
,Contact
,Task
,Note
.
- Constraints: Allowable list items are:
- attendees_
addresses Sequence[str] - Filters the calendar items which have specified email addresses as attendees.
- bcc_
recipient_ Sequence[str]addresses - Filters the emails which are sent to specified email addresses in BCC.
- cc_
recipient_ Sequence[str]addresses - Filters the emails which are sent to specified email addresses in CC.
- created_
end_ floattime_ secs - Specifies the end time in Unix timestamp epoch in seconds where the created time of the email/item is less than specified value.
- created_
start_ floattime_ secs - Specifies the start time in Unix timestamp epoch in seconds where the created time of the email/item is more than specified value.
- due_
date_ floatend_ time_ secs - Specifies the end time in Unix timestamp epoch in seconds where the last modification time of the email/item is less than specified value.
- due_
date_ floatstart_ time_ secs - Specifies the start time in Unix timestamp epoch in seconds where the last modification time of the email/item is more than specified value.
- email_
address str - Filters the contact items which have specified text in email address.
- email_
subject str - Filters the emails which have the specified text in its subject.
- first_
name str - Filters the contacts with specified text in first name.
- folder_
names Sequence[str] - Filters the emails which are categorized to specified folders.
- has_
attachment bool - Filters the emails which have attachment.
- last_
modified_ floatend_ time_ secs - Specifies the end time in Unix timestamp epoch in seconds where the last modification time of the email/item is less than specified value.
- last_
modified_ floatstart_ time_ secs - Specifies the start time in Unix timestamp epoch in seconds where the last modification time of the email/item is more than specified value.
- last_
name str - Filters the contacts with specified text in last name.
- middle_
name str - Filters the contacts with specified text in middle name.
- o365_
params GetBackup Recovery Search Indexed Object Email Params O365Params - Specifies email search request params specific to O365 environment. Nested schema for o365_params:
- organizer_
address str - Filters the calendar items which are organized by specified User's email address.
- received_
end_ floattime_ secs - Specifies the end time in Unix timestamp epoch in seconds where the received time of the email is less than specified value.
- received_
start_ floattime_ secs - Specifies the start time in Unix timestamp epoch in seconds where the received time of the email is more than specified value.
- recipient_
addresses Sequence[str] - Filters the emails which are sent to specified email addresses.
- sender_
address str - Filters the emails which are received from specified User's email address.
- source_
environment str - Specifies the source environment.
- Constraints: Allowable values are:
kO365
.
- Constraints: Allowable values are:
- task_
status_ Sequence[str]types - Specifies a list of task item status types. Task items having status within the given types will be returned.
- Constraints: Allowable list items are:
NotStarted
,InProgress
,Completed
,WaitingOnOthers
,Deferred
.
- Constraints: Allowable list items are:
- types Sequence[str]
- Specifies a list of mailbox item types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Email
,Folder
,Calendar
,Contact
,Task
,Note
.
- Constraints: Allowable list items are:
- attendees
Addresses List<String> - Filters the calendar items which have specified email addresses as attendees.
- bcc
Recipient List<String>Addresses - Filters the emails which are sent to specified email addresses in BCC.
- cc
Recipient List<String>Addresses - Filters the emails which are sent to specified email addresses in CC.
- created
End NumberTime Secs - Specifies the end time in Unix timestamp epoch in seconds where the created time of the email/item is less than specified value.
- created
Start NumberTime Secs - Specifies the start time in Unix timestamp epoch in seconds where the created time of the email/item is more than specified value.
- due
Date NumberEnd Time Secs - Specifies the end time in Unix timestamp epoch in seconds where the last modification time of the email/item is less than specified value.
- due
Date NumberStart Time Secs - Specifies the start time in Unix timestamp epoch in seconds where the last modification time of the email/item is more than specified value.
- email
Address String - Filters the contact items which have specified text in email address.
- email
Subject String - Filters the emails which have the specified text in its subject.
- first
Name String - Filters the contacts with specified text in first name.
- folder
Names List<String> - Filters the emails which are categorized to specified folders.
- has
Attachment Boolean - Filters the emails which have attachment.
- last
Modified NumberEnd Time Secs - Specifies the end time in Unix timestamp epoch in seconds where the last modification time of the email/item is less than specified value.
- last
Modified NumberStart Time Secs - Specifies the start time in Unix timestamp epoch in seconds where the last modification time of the email/item is more than specified value.
- last
Name String - Filters the contacts with specified text in last name.
- middle
Name String - Filters the contacts with specified text in middle name.
- o365Params Property Map
- Specifies email search request params specific to O365 environment. Nested schema for o365_params:
- organizer
Address String - Filters the calendar items which are organized by specified User's email address.
- received
End NumberTime Secs - Specifies the end time in Unix timestamp epoch in seconds where the received time of the email is less than specified value.
- received
Start NumberTime Secs - Specifies the start time in Unix timestamp epoch in seconds where the received time of the email is more than specified value.
- recipient
Addresses List<String> - Filters the emails which are sent to specified email addresses.
- sender
Address String - Filters the emails which are received from specified User's email address.
- source
Environment String - Specifies the source environment.
- Constraints: Allowable values are:
kO365
.
- Constraints: Allowable values are:
- task
Status List<String>Types - Specifies a list of task item status types. Task items having status within the given types will be returned.
- Constraints: Allowable list items are:
NotStarted
,InProgress
,Completed
,WaitingOnOthers
,Deferred
.
- Constraints: Allowable list items are:
- types List<String>
- Specifies a list of mailbox item types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Email
,Folder
,Calendar
,Contact
,Task
,Note
.
- Constraints: Allowable list items are:
GetBackupRecoverySearchIndexedObjectEmailParamsO365Params
- Domain
Ids List<double> - Specifies the domain Ids in which mailboxes are registered.
- Mailbox
Ids List<double> - Specifies the mailbox Ids which contains the emails/folders.
- Domain
Ids []float64 - Specifies the domain Ids in which mailboxes are registered.
- Mailbox
Ids []float64 - Specifies the mailbox Ids which contains the emails/folders.
- domain
Ids List<Double> - Specifies the domain Ids in which mailboxes are registered.
- mailbox
Ids List<Double> - Specifies the mailbox Ids which contains the emails/folders.
- domain
Ids number[] - Specifies the domain Ids in which mailboxes are registered.
- mailbox
Ids number[] - Specifies the mailbox Ids which contains the emails/folders.
- domain_
ids Sequence[float] - Specifies the domain Ids in which mailboxes are registered.
- mailbox_
ids Sequence[float] - Specifies the mailbox Ids which contains the emails/folders.
- domain
Ids List<Number> - Specifies the domain Ids in which mailboxes are registered.
- mailbox
Ids List<Number> - Specifies the mailbox Ids which contains the emails/folders.
GetBackupRecoverySearchIndexedObjectEmailSnapshotTag
GetBackupRecoverySearchIndexedObjectEmailTag
- Tag
Id string
- Tag
Id string
- tag
Id String
- tag
Id string
- tag_
id str
- tag
Id String
GetBackupRecoverySearchIndexedObjectEmailUserObjectInfo
- Child
Objects List<GetBackup Recovery Search Indexed Object Email User Object Info Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object Email User Object Info Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object Email User Object Info VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Email User Object Info Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object Email User Object Info Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object Email User Object Info Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object Email User Object Info VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object Email User Object Info Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object Email User Object Info Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object Email User Object Info Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object Email User Object Info VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Email User Object Info Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object Email User Object Info Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object Email User Object Info Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object Email User Object Info VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object Email User Object Info Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object Email User Object Info Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object Email User Object Info Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object Email User Object Info VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object Email User Object Info Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectEmailUserObjectInfoSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectEmailUserObjectInfoVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectEmailUserObjectInfoWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectExchangeObject
- Database
Name string - Email string
- Name string
- Object
Name string - Specifies the name of the object.
- Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - List<Get
Backup Recovery Search Indexed Object Exchange Object Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos List<GetBackup Recovery Search Indexed Object Exchange Object Source Info> - Storage
Domain doubleId - List<Get
Backup Recovery Search Indexed Object Exchange Object Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- Database
Name string - Email string
- Name string
- Object
Name string - Specifies the name of the object.
- Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - []Get
Backup Recovery Search Indexed Object Exchange Object Snapshot Tag - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos []GetBackup Recovery Search Indexed Object Exchange Object Source Info - Storage
Domain float64Id - []Get
Backup Recovery Search Indexed Object Exchange Object Tag - "This field is deprecated. Please use mightHaveTagIds.".
- database
Name String - email String
- name String
- object
Name String - Specifies the name of the object.
- path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - List<Get
Backup Recovery Search Indexed Object Exchange Object Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<GetBackup Recovery Search Indexed Object Exchange Object Source Info> - storage
Domain DoubleId - List<Get
Backup Recovery Search Indexed Object Exchange Object Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- database
Name string - email string
- name string
- object
Name string - Specifies the name of the object.
- path string
- policy
Id string - policy
Name string - protection
Group stringId - protection
Group stringName - Get
Backup Recovery Search Indexed Object Exchange Object Snapshot Tag[] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos GetBackup Recovery Search Indexed Object Exchange Object Source Info[] - storage
Domain numberId - Get
Backup Recovery Search Indexed Object Exchange Object Tag[] - "This field is deprecated. Please use mightHaveTagIds.".
- database_
name str - email str
- name str
- object_
name str - Specifies the name of the object.
- path str
- policy_
id str - policy_
name str - protection_
group_ strid - protection_
group_ strname - Sequence[Get
Backup Recovery Search Indexed Object Exchange Object Snapshot Tag] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source_
infos Sequence[GetBackup Recovery Search Indexed Object Exchange Object Source Info] - storage_
domain_ floatid - Sequence[Get
Backup Recovery Search Indexed Object Exchange Object Tag] - "This field is deprecated. Please use mightHaveTagIds.".
- database
Name String - email String
- name String
- object
Name String - Specifies the name of the object.
- path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - List<Property Map>
- "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<Property Map> - storage
Domain NumberId - List<Property Map>
- "This field is deprecated. Please use mightHaveTagIds.".
GetBackupRecoverySearchIndexedObjectExchangeObjectSnapshotTag
GetBackupRecoverySearchIndexedObjectExchangeObjectSourceInfo
- Child
Objects List<GetBackup Recovery Search Indexed Object Exchange Object Source Info Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object Exchange Object Source Info Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object Exchange Object Source Info VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Exchange Object Source Info Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object Exchange Object Source Info Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object Exchange Object Source Info Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object Exchange Object Source Info VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object Exchange Object Source Info Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object Exchange Object Source Info Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object Exchange Object Source Info Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object Exchange Object Source Info VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Exchange Object Source Info Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object Exchange Object Source Info Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object Exchange Object Source Info Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object Exchange Object Source Info VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object Exchange Object Source Info Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object Exchange Object Source Info Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object Exchange Object Source Info Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object Exchange Object Source Info VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object Exchange Object Source Info Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectExchangeObjectSourceInfoChildObject
- Child
Objects List<GetBackup Recovery Search Indexed Object Exchange Object Source Info Child Object Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object Exchange Object Source Info Child Object Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object Exchange Object Source Info Child Object VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Exchange Object Source Info Child Object Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object Exchange Object Source Info Child Object Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object Exchange Object Source Info Child Object Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object Exchange Object Source Info Child Object VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object Exchange Object Source Info Child Object Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object Exchange Object Source Info Child Object Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object Exchange Object Source Info Child Object Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object Exchange Object Source Info Child Object VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Exchange Object Source Info Child Object Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object Exchange Object Source Info Child Object Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object Exchange Object Source Info Child Object Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object Exchange Object Source Info Child Object VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object Exchange Object Source Info Child Object Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object Exchange Object Source Info Child Object Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object Exchange Object Source Info Child Object Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object Exchange Object Source Info Child Object VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object Exchange Object Source Info Child Object Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectExchangeObjectSourceInfoChildObjectSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectExchangeObjectSourceInfoChildObjectVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectExchangeObjectSourceInfoChildObjectWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectExchangeObjectSourceInfoSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectExchangeObjectSourceInfoVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectExchangeObjectSourceInfoWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectExchangeObjectTag
- Tag
Id string
- Tag
Id string
- tag
Id String
- tag
Id string
- tag_
id str
- tag
Id String
GetBackupRecoverySearchIndexedObjectExchangeParams
- Search
String string - Specifies the search string to search the Exchange Objects.
- Search
String string - Specifies the search string to search the Exchange Objects.
- search
String String - Specifies the search string to search the Exchange Objects.
- search
String string - Specifies the search string to search the Exchange Objects.
- search_
string str - Specifies the search string to search the Exchange Objects.
- search
String String - Specifies the search string to search the Exchange Objects.
GetBackupRecoverySearchIndexedObjectFile
- Name string
- Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - List<Get
Backup Recovery Search Indexed Object File Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos List<GetBackup Recovery Search Indexed Object File Source Info> - Storage
Domain doubleId - List<Get
Backup Recovery Search Indexed Object File Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- Type string
- Name string
- Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - []Get
Backup Recovery Search Indexed Object File Snapshot Tag - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos []GetBackup Recovery Search Indexed Object File Source Info - Storage
Domain float64Id - []Get
Backup Recovery Search Indexed Object File Tag - "This field is deprecated. Please use mightHaveTagIds.".
- Type string
- name String
- path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - List<Get
Backup Recovery Search Indexed Object File Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<GetBackup Recovery Search Indexed Object File Source Info> - storage
Domain DoubleId - List<Get
Backup Recovery Search Indexed Object File Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- type String
- name string
- path string
- policy
Id string - policy
Name string - protection
Group stringId - protection
Group stringName - Get
Backup Recovery Search Indexed Object File Snapshot Tag[] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos GetBackup Recovery Search Indexed Object File Source Info[] - storage
Domain numberId - Get
Backup Recovery Search Indexed Object File Tag[] - "This field is deprecated. Please use mightHaveTagIds.".
- type string
- name str
- path str
- policy_
id str - policy_
name str - protection_
group_ strid - protection_
group_ strname - Sequence[Get
Backup Recovery Search Indexed Object File Snapshot Tag] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source_
infos Sequence[GetBackup Recovery Search Indexed Object File Source Info] - storage_
domain_ floatid - Sequence[Get
Backup Recovery Search Indexed Object File Tag] - "This field is deprecated. Please use mightHaveTagIds.".
- type str
- name String
- path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - List<Property Map>
- "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<Property Map> - storage
Domain NumberId - List<Property Map>
- "This field is deprecated. Please use mightHaveTagIds.".
- type String
GetBackupRecoverySearchIndexedObjectFileParams
- Object
Ids List<double> - Specifies a list of object ids. Only files found in these objects will be returned.
- Search
String string - Specifies the search string to filter the files. User can specify a wildcard character '*' as a suffix to a string where all files name are matched with the prefix string.
- Source
Environments List<string> - Specifies a list of the source environments. Only files from these types of source will be returned.
- Constraints: Allowable list items are:
kVMware
,kHyperV
,kSQL
,kView
,kRemoteAdapter
,kPhysical
,kPhysicalFiles
,kPure
,kIbmFlashSystem
,kAzure
,kNetapp
,kGenericNas
,kAcropolis
,kIsilon
,kGPFS
,kKVM
,kAWS
,kExchange
,kOracle
,kGCP
,kFlashBlade
,kO365
,kHyperFlex
,kKubernetes
,kElastifile
,kSAPHANA
,kUDA
,kSfdc
.
- Constraints: Allowable list items are:
- Source
Ids List<double> - Specifies a list of source ids. Only files found in these sources will be returned.
- Types List<string>
- Specifies a list of file types. Only files within the given types will be returned.
- Constraints: Allowable list items are:
File
,Directory
,Symlink
.
- Constraints: Allowable list items are:
- Object
Ids []float64 - Specifies a list of object ids. Only files found in these objects will be returned.
- Search
String string - Specifies the search string to filter the files. User can specify a wildcard character '*' as a suffix to a string where all files name are matched with the prefix string.
- Source
Environments []string - Specifies a list of the source environments. Only files from these types of source will be returned.
- Constraints: Allowable list items are:
kVMware
,kHyperV
,kSQL
,kView
,kRemoteAdapter
,kPhysical
,kPhysicalFiles
,kPure
,kIbmFlashSystem
,kAzure
,kNetapp
,kGenericNas
,kAcropolis
,kIsilon
,kGPFS
,kKVM
,kAWS
,kExchange
,kOracle
,kGCP
,kFlashBlade
,kO365
,kHyperFlex
,kKubernetes
,kElastifile
,kSAPHANA
,kUDA
,kSfdc
.
- Constraints: Allowable list items are:
- Source
Ids []float64 - Specifies a list of source ids. Only files found in these sources will be returned.
- Types []string
- Specifies a list of file types. Only files within the given types will be returned.
- Constraints: Allowable list items are:
File
,Directory
,Symlink
.
- Constraints: Allowable list items are:
- object
Ids List<Double> - Specifies a list of object ids. Only files found in these objects will be returned.
- search
String String - Specifies the search string to filter the files. User can specify a wildcard character '*' as a suffix to a string where all files name are matched with the prefix string.
- source
Environments List<String> - Specifies a list of the source environments. Only files from these types of source will be returned.
- Constraints: Allowable list items are:
kVMware
,kHyperV
,kSQL
,kView
,kRemoteAdapter
,kPhysical
,kPhysicalFiles
,kPure
,kIbmFlashSystem
,kAzure
,kNetapp
,kGenericNas
,kAcropolis
,kIsilon
,kGPFS
,kKVM
,kAWS
,kExchange
,kOracle
,kGCP
,kFlashBlade
,kO365
,kHyperFlex
,kKubernetes
,kElastifile
,kSAPHANA
,kUDA
,kSfdc
.
- Constraints: Allowable list items are:
- source
Ids List<Double> - Specifies a list of source ids. Only files found in these sources will be returned.
- types List<String>
- Specifies a list of file types. Only files within the given types will be returned.
- Constraints: Allowable list items are:
File
,Directory
,Symlink
.
- Constraints: Allowable list items are:
- object
Ids number[] - Specifies a list of object ids. Only files found in these objects will be returned.
- search
String string - Specifies the search string to filter the files. User can specify a wildcard character '*' as a suffix to a string where all files name are matched with the prefix string.
- source
Environments string[] - Specifies a list of the source environments. Only files from these types of source will be returned.
- Constraints: Allowable list items are:
kVMware
,kHyperV
,kSQL
,kView
,kRemoteAdapter
,kPhysical
,kPhysicalFiles
,kPure
,kIbmFlashSystem
,kAzure
,kNetapp
,kGenericNas
,kAcropolis
,kIsilon
,kGPFS
,kKVM
,kAWS
,kExchange
,kOracle
,kGCP
,kFlashBlade
,kO365
,kHyperFlex
,kKubernetes
,kElastifile
,kSAPHANA
,kUDA
,kSfdc
.
- Constraints: Allowable list items are:
- source
Ids number[] - Specifies a list of source ids. Only files found in these sources will be returned.
- types string[]
- Specifies a list of file types. Only files within the given types will be returned.
- Constraints: Allowable list items are:
File
,Directory
,Symlink
.
- Constraints: Allowable list items are:
- object_
ids Sequence[float] - Specifies a list of object ids. Only files found in these objects will be returned.
- search_
string str - Specifies the search string to filter the files. User can specify a wildcard character '*' as a suffix to a string where all files name are matched with the prefix string.
- source_
environments Sequence[str] - Specifies a list of the source environments. Only files from these types of source will be returned.
- Constraints: Allowable list items are:
kVMware
,kHyperV
,kSQL
,kView
,kRemoteAdapter
,kPhysical
,kPhysicalFiles
,kPure
,kIbmFlashSystem
,kAzure
,kNetapp
,kGenericNas
,kAcropolis
,kIsilon
,kGPFS
,kKVM
,kAWS
,kExchange
,kOracle
,kGCP
,kFlashBlade
,kO365
,kHyperFlex
,kKubernetes
,kElastifile
,kSAPHANA
,kUDA
,kSfdc
.
- Constraints: Allowable list items are:
- source_
ids Sequence[float] - Specifies a list of source ids. Only files found in these sources will be returned.
- types Sequence[str]
- Specifies a list of file types. Only files within the given types will be returned.
- Constraints: Allowable list items are:
File
,Directory
,Symlink
.
- Constraints: Allowable list items are:
- object
Ids List<Number> - Specifies a list of object ids. Only files found in these objects will be returned.
- search
String String - Specifies the search string to filter the files. User can specify a wildcard character '*' as a suffix to a string where all files name are matched with the prefix string.
- source
Environments List<String> - Specifies a list of the source environments. Only files from these types of source will be returned.
- Constraints: Allowable list items are:
kVMware
,kHyperV
,kSQL
,kView
,kRemoteAdapter
,kPhysical
,kPhysicalFiles
,kPure
,kIbmFlashSystem
,kAzure
,kNetapp
,kGenericNas
,kAcropolis
,kIsilon
,kGPFS
,kKVM
,kAWS
,kExchange
,kOracle
,kGCP
,kFlashBlade
,kO365
,kHyperFlex
,kKubernetes
,kElastifile
,kSAPHANA
,kUDA
,kSfdc
.
- Constraints: Allowable list items are:
- source
Ids List<Number> - Specifies a list of source ids. Only files found in these sources will be returned.
- types List<String>
- Specifies a list of file types. Only files within the given types will be returned.
- Constraints: Allowable list items are:
File
,Directory
,Symlink
.
- Constraints: Allowable list items are:
GetBackupRecoverySearchIndexedObjectFileSnapshotTag
GetBackupRecoverySearchIndexedObjectFileSourceInfo
- Child
Objects List<GetBackup Recovery Search Indexed Object File Source Info Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Mssql
Params List<GetBackup Recovery Search Indexed Object File Source Info Mssql Param> - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Permissions
List<Get
Backup Recovery Search Indexed Object File Source Info Permission> - Physical
Params List<GetBackup Recovery Search Indexed Object File Source Info Physical Param> - Protection
Stats List<GetBackup Recovery Search Indexed Object File Source Info Protection Stat> - Protection
Type string - List<Get
Backup Recovery Search Indexed Object File Source Info Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object File Source Info VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object File Source Info Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object File Source Info Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Mssql
Params []GetBackup Recovery Search Indexed Object File Source Info Mssql Param - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Permissions
[]Get
Backup Recovery Search Indexed Object File Source Info Permission - Physical
Params []GetBackup Recovery Search Indexed Object File Source Info Physical Param - Protection
Stats []GetBackup Recovery Search Indexed Object File Source Info Protection Stat - Protection
Type string - []Get
Backup Recovery Search Indexed Object File Source Info Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object File Source Info VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object File Source Info Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object File Source Info Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - mssql
Params List<GetBackup Recovery Search Indexed Object File Source Info Mssql Param> - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - permissions
List<Get
Backup Recovery Search Indexed Object File Source Info Permission> - physical
Params List<GetBackup Recovery Search Indexed Object File Source Info Physical Param> - protection
Stats List<GetBackup Recovery Search Indexed Object File Source Info Protection Stat> - protection
Type String - List<Get
Backup Recovery Search Indexed Object File Source Info Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object File Source Info VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object File Source Info Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object File Source Info Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - mssql
Params GetBackup Recovery Search Indexed Object File Source Info Mssql Param[] - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - permissions
Get
Backup Recovery Search Indexed Object File Source Info Permission[] - physical
Params GetBackup Recovery Search Indexed Object File Source Info Physical Param[] - protection
Stats GetBackup Recovery Search Indexed Object File Source Info Protection Stat[] - protection
Type string - Get
Backup Recovery Search Indexed Object File Source Info Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object File Source Info VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object File Source Info Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object File Source Info Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - mssql_
params Sequence[GetBackup Recovery Search Indexed Object File Source Info Mssql Param] - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - permissions
Sequence[Get
Backup Recovery Search Indexed Object File Source Info Permission] - physical_
params Sequence[GetBackup Recovery Search Indexed Object File Source Info Physical Param] - protection_
stats Sequence[GetBackup Recovery Search Indexed Object File Source Info Protection Stat] - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object File Source Info Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object File Source Info VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object File Source Info Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - mssql
Params List<Property Map> - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - permissions List<Property Map>
- physical
Params List<Property Map> - protection
Stats List<Property Map> - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectFileSourceInfoChildObject
- Child
Objects List<GetBackup Recovery Search Indexed Object File Source Info Child Object Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object File Source Info Child Object Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object File Source Info Child Object VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object File Source Info Child Object Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object File Source Info Child Object Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object File Source Info Child Object Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object File Source Info Child Object VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object File Source Info Child Object Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object File Source Info Child Object Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object File Source Info Child Object Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object File Source Info Child Object VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object File Source Info Child Object Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object File Source Info Child Object Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object File Source Info Child Object Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object File Source Info Child Object VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object File Source Info Child Object Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object File Source Info Child Object Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object File Source Info Child Object Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object File Source Info Child Object VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object File Source Info Child Object Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectFileSourceInfoChildObjectSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectFileSourceInfoChildObjectVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectFileSourceInfoChildObjectWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectFileSourceInfoMssqlParam
GetBackupRecoverySearchIndexedObjectFileSourceInfoMssqlParamAagInfo
GetBackupRecoverySearchIndexedObjectFileSourceInfoMssqlParamHostInfo
- Environment string
- Id string
- Name string
- Environment string
- Id string
- Name string
- environment String
- id String
- name String
- environment string
- id string
- name string
- environment str
- id str
- name str
- environment String
- id String
- name String
GetBackupRecoverySearchIndexedObjectFileSourceInfoPermission
GetBackupRecoverySearchIndexedObjectFileSourceInfoPermissionGroup
GetBackupRecoverySearchIndexedObjectFileSourceInfoPermissionTenant
- Created
At doubleTime Msecs - Deleted
At doubleTime Msecs - Description string
- External
Vendor List<GetMetadatas Backup Recovery Search Indexed Object File Source Info Permission Tenant External Vendor Metadata> - Id string
- Is
Managed boolOn Helios - Last
Updated doubleAt Time Msecs - Name string
- Networks
List<Get
Backup Recovery Search Indexed Object File Source Info Permission Tenant Network> - Status string
- Created
At float64Time Msecs - Deleted
At float64Time Msecs - Description string
- External
Vendor []GetMetadatas Backup Recovery Search Indexed Object File Source Info Permission Tenant External Vendor Metadata - Id string
- Is
Managed boolOn Helios - Last
Updated float64At Time Msecs - Name string
- Networks
[]Get
Backup Recovery Search Indexed Object File Source Info Permission Tenant Network - Status string
- created
At DoubleTime Msecs - deleted
At DoubleTime Msecs - description String
- external
Vendor List<GetMetadatas Backup Recovery Search Indexed Object File Source Info Permission Tenant External Vendor Metadata> - id String
- is
Managed BooleanOn Helios - last
Updated DoubleAt Time Msecs - name String
- networks
List<Get
Backup Recovery Search Indexed Object File Source Info Permission Tenant Network> - status String
- created
At numberTime Msecs - deleted
At numberTime Msecs - description string
- external
Vendor GetMetadatas Backup Recovery Search Indexed Object File Source Info Permission Tenant External Vendor Metadata[] - id string
- is
Managed booleanOn Helios - last
Updated numberAt Time Msecs - name string
- networks
Get
Backup Recovery Search Indexed Object File Source Info Permission Tenant Network[] - status string
- created_
at_ floattime_ msecs - deleted_
at_ floattime_ msecs - description str
- external_
vendor_ Sequence[Getmetadatas Backup Recovery Search Indexed Object File Source Info Permission Tenant External Vendor Metadata] - id str
- is_
managed_ boolon_ helios - last_
updated_ floatat_ time_ msecs - name str
- networks
Sequence[Get
Backup Recovery Search Indexed Object File Source Info Permission Tenant Network] - status str
- created
At NumberTime Msecs - deleted
At NumberTime Msecs - description String
- external
Vendor List<Property Map>Metadatas - id String
- is
Managed BooleanOn Helios - last
Updated NumberAt Time Msecs - name String
- networks List<Property Map>
- status String
GetBackupRecoverySearchIndexedObjectFileSourceInfoPermissionTenantExternalVendorMetadata
GetBackupRecoverySearchIndexedObjectFileSourceInfoPermissionTenantExternalVendorMetadataIbmTenantMetadataParam
- account
Id String - crn String
- custom
Properties List<Property Map> - liveness
Mode String - ownership
Mode String - resource
Group StringId
GetBackupRecoverySearchIndexedObjectFileSourceInfoPermissionTenantExternalVendorMetadataIbmTenantMetadataParamCustomProperty
GetBackupRecoverySearchIndexedObjectFileSourceInfoPermissionTenantNetwork
- Cluster
Hostname string - Cluster
Ips List<string> - Connector
Enabled bool
- Cluster
Hostname string - Cluster
Ips []string - Connector
Enabled bool
- cluster
Hostname String - cluster
Ips List<String> - connector
Enabled Boolean
- cluster
Hostname string - cluster
Ips string[] - connector
Enabled boolean
- cluster_
hostname str - cluster_
ips Sequence[str] - connector_
enabled bool
- cluster
Hostname String - cluster
Ips List<String> - connector
Enabled Boolean
GetBackupRecoverySearchIndexedObjectFileSourceInfoPermissionUser
GetBackupRecoverySearchIndexedObjectFileSourceInfoPhysicalParam
- Enable
System boolBackup
- Enable
System boolBackup
- enable
System BooleanBackup
- enable
System booleanBackup
- enable_
system_ boolbackup
- enable
System BooleanBackup
GetBackupRecoverySearchIndexedObjectFileSourceInfoProtectionStat
- Deleted
Protected doubleCount - Environment string
- Protected
Count double - Protected
Size doubleBytes - Unprotected
Count double - Unprotected
Size doubleBytes
- Deleted
Protected float64Count - Environment string
- Protected
Count float64 - Protected
Size float64Bytes - Unprotected
Count float64 - Unprotected
Size float64Bytes
- deleted
Protected DoubleCount - environment String
- protected
Count Double - protected
Size DoubleBytes - unprotected
Count Double - unprotected
Size DoubleBytes
- deleted
Protected numberCount - environment string
- protected
Count number - protected
Size numberBytes - unprotected
Count number - unprotected
Size numberBytes
- deleted_
protected_ floatcount - environment str
- protected_
count float - protected_
size_ floatbytes - unprotected_
count float - unprotected_
size_ floatbytes
- deleted
Protected NumberCount - environment String
- protected
Count Number - protected
Size NumberBytes - unprotected
Count Number - unprotected
Size NumberBytes
GetBackupRecoverySearchIndexedObjectFileSourceInfoSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectFileSourceInfoVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectFileSourceInfoWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectFileTag
- Tag
Id string
- Tag
Id string
- tag
Id String
- tag
Id string
- tag_
id str
- tag
Id String
GetBackupRecoverySearchIndexedObjectHbaseObject
- Id string
- Name string
- Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - List<Get
Backup Recovery Search Indexed Object Hbase Object Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos List<GetBackup Recovery Search Indexed Object Hbase Object Source Info> - Storage
Domain doubleId - List<Get
Backup Recovery Search Indexed Object Hbase Object Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- Type string
- Id string
- Name string
- Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - []Get
Backup Recovery Search Indexed Object Hbase Object Snapshot Tag - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos []GetBackup Recovery Search Indexed Object Hbase Object Source Info - Storage
Domain float64Id - []Get
Backup Recovery Search Indexed Object Hbase Object Tag - "This field is deprecated. Please use mightHaveTagIds.".
- Type string
- id String
- name String
- path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - List<Get
Backup Recovery Search Indexed Object Hbase Object Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<GetBackup Recovery Search Indexed Object Hbase Object Source Info> - storage
Domain DoubleId - List<Get
Backup Recovery Search Indexed Object Hbase Object Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- type String
- id string
- name string
- path string
- policy
Id string - policy
Name string - protection
Group stringId - protection
Group stringName - Get
Backup Recovery Search Indexed Object Hbase Object Snapshot Tag[] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos GetBackup Recovery Search Indexed Object Hbase Object Source Info[] - storage
Domain numberId - Get
Backup Recovery Search Indexed Object Hbase Object Tag[] - "This field is deprecated. Please use mightHaveTagIds.".
- type string
- id str
- name str
- path str
- policy_
id str - policy_
name str - protection_
group_ strid - protection_
group_ strname - Sequence[Get
Backup Recovery Search Indexed Object Hbase Object Snapshot Tag] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source_
infos Sequence[GetBackup Recovery Search Indexed Object Hbase Object Source Info] - storage_
domain_ floatid - Sequence[Get
Backup Recovery Search Indexed Object Hbase Object Tag] - "This field is deprecated. Please use mightHaveTagIds.".
- type str
- id String
- name String
- path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - List<Property Map>
- "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<Property Map> - storage
Domain NumberId - List<Property Map>
- "This field is deprecated. Please use mightHaveTagIds.".
- type String
GetBackupRecoverySearchIndexedObjectHbaseObjectSnapshotTag
GetBackupRecoverySearchIndexedObjectHbaseObjectSourceInfo
- Child
Objects List<GetBackup Recovery Search Indexed Object Hbase Object Source Info Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object Hbase Object Source Info Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object Hbase Object Source Info VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Hbase Object Source Info Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object Hbase Object Source Info Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object Hbase Object Source Info Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object Hbase Object Source Info VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object Hbase Object Source Info Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object Hbase Object Source Info Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object Hbase Object Source Info Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object Hbase Object Source Info VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Hbase Object Source Info Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object Hbase Object Source Info Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object Hbase Object Source Info Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object Hbase Object Source Info VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object Hbase Object Source Info Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object Hbase Object Source Info Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object Hbase Object Source Info Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object Hbase Object Source Info VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object Hbase Object Source Info Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectHbaseObjectSourceInfoChildObject
- Child
Objects List<GetBackup Recovery Search Indexed Object Hbase Object Source Info Child Object Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object Hbase Object Source Info Child Object Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object Hbase Object Source Info Child Object VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Hbase Object Source Info Child Object Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object Hbase Object Source Info Child Object Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object Hbase Object Source Info Child Object Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object Hbase Object Source Info Child Object VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object Hbase Object Source Info Child Object Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object Hbase Object Source Info Child Object Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object Hbase Object Source Info Child Object Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object Hbase Object Source Info Child Object VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Hbase Object Source Info Child Object Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object Hbase Object Source Info Child Object Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object Hbase Object Source Info Child Object Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object Hbase Object Source Info Child Object VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object Hbase Object Source Info Child Object Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object Hbase Object Source Info Child Object Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object Hbase Object Source Info Child Object Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object Hbase Object Source Info Child Object VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object Hbase Object Source Info Child Object Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectHbaseObjectSourceInfoChildObjectSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectHbaseObjectSourceInfoChildObjectVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectHbaseObjectSourceInfoChildObjectWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectHbaseObjectSourceInfoSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectHbaseObjectSourceInfoVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectHbaseObjectSourceInfoWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectHbaseObjectTag
- Tag
Id string
- Tag
Id string
- tag
Id String
- tag
Id string
- tag_
id str
- tag
Id String
GetBackupRecoverySearchIndexedObjectHbaseParams
- Hbase
Object List<string>Types - Specifies one or more Hbase object types be searched.
- Constraints: Allowable list items are:
HbaseNamespaces
,HbaseTables
.
- Constraints: Allowable list items are:
- Search
String string - Specifies the search string to search the Hbase Objects.
- Source
Ids List<double> - Specifies a list of source ids. Only files found in these sources will be returned.
- Hbase
Object []stringTypes - Specifies one or more Hbase object types be searched.
- Constraints: Allowable list items are:
HbaseNamespaces
,HbaseTables
.
- Constraints: Allowable list items are:
- Search
String string - Specifies the search string to search the Hbase Objects.
- Source
Ids []float64 - Specifies a list of source ids. Only files found in these sources will be returned.
- hbase
Object List<String>Types - Specifies one or more Hbase object types be searched.
- Constraints: Allowable list items are:
HbaseNamespaces
,HbaseTables
.
- Constraints: Allowable list items are:
- search
String String - Specifies the search string to search the Hbase Objects.
- source
Ids List<Double> - Specifies a list of source ids. Only files found in these sources will be returned.
- hbase
Object string[]Types - Specifies one or more Hbase object types be searched.
- Constraints: Allowable list items are:
HbaseNamespaces
,HbaseTables
.
- Constraints: Allowable list items are:
- search
String string - Specifies the search string to search the Hbase Objects.
- source
Ids number[] - Specifies a list of source ids. Only files found in these sources will be returned.
- hbase_
object_ Sequence[str]types - Specifies one or more Hbase object types be searched.
- Constraints: Allowable list items are:
HbaseNamespaces
,HbaseTables
.
- Constraints: Allowable list items are:
- search_
string str - Specifies the search string to search the Hbase Objects.
- source_
ids Sequence[float] - Specifies a list of source ids. Only files found in these sources will be returned.
- hbase
Object List<String>Types - Specifies one or more Hbase object types be searched.
- Constraints: Allowable list items are:
HbaseNamespaces
,HbaseTables
.
- Constraints: Allowable list items are:
- search
String String - Specifies the search string to search the Hbase Objects.
- source
Ids List<Number> - Specifies a list of source ids. Only files found in these sources will be returned.
GetBackupRecoverySearchIndexedObjectHdfsObject
- Id string
- Name string
- Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - List<Get
Backup Recovery Search Indexed Object Hdfs Object Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos List<GetBackup Recovery Search Indexed Object Hdfs Object Source Info> - Storage
Domain doubleId - List<Get
Backup Recovery Search Indexed Object Hdfs Object Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- Type string
- Id string
- Name string
- Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - []Get
Backup Recovery Search Indexed Object Hdfs Object Snapshot Tag - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos []GetBackup Recovery Search Indexed Object Hdfs Object Source Info - Storage
Domain float64Id - []Get
Backup Recovery Search Indexed Object Hdfs Object Tag - "This field is deprecated. Please use mightHaveTagIds.".
- Type string
- id String
- name String
- path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - List<Get
Backup Recovery Search Indexed Object Hdfs Object Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<GetBackup Recovery Search Indexed Object Hdfs Object Source Info> - storage
Domain DoubleId - List<Get
Backup Recovery Search Indexed Object Hdfs Object Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- type String
- id string
- name string
- path string
- policy
Id string - policy
Name string - protection
Group stringId - protection
Group stringName - Get
Backup Recovery Search Indexed Object Hdfs Object Snapshot Tag[] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos GetBackup Recovery Search Indexed Object Hdfs Object Source Info[] - storage
Domain numberId - Get
Backup Recovery Search Indexed Object Hdfs Object Tag[] - "This field is deprecated. Please use mightHaveTagIds.".
- type string
- id str
- name str
- path str
- policy_
id str - policy_
name str - protection_
group_ strid - protection_
group_ strname - Sequence[Get
Backup Recovery Search Indexed Object Hdfs Object Snapshot Tag] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source_
infos Sequence[GetBackup Recovery Search Indexed Object Hdfs Object Source Info] - storage_
domain_ floatid - Sequence[Get
Backup Recovery Search Indexed Object Hdfs Object Tag] - "This field is deprecated. Please use mightHaveTagIds.".
- type str
- id String
- name String
- path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - List<Property Map>
- "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<Property Map> - storage
Domain NumberId - List<Property Map>
- "This field is deprecated. Please use mightHaveTagIds.".
- type String
GetBackupRecoverySearchIndexedObjectHdfsObjectSnapshotTag
GetBackupRecoverySearchIndexedObjectHdfsObjectSourceInfo
- Child
Objects List<GetBackup Recovery Search Indexed Object Hdfs Object Source Info Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object Hdfs Object Source Info Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object Hdfs Object Source Info VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Hdfs Object Source Info Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object Hdfs Object Source Info Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object Hdfs Object Source Info Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object Hdfs Object Source Info VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object Hdfs Object Source Info Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object Hdfs Object Source Info Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object Hdfs Object Source Info Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object Hdfs Object Source Info VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Hdfs Object Source Info Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object Hdfs Object Source Info Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object Hdfs Object Source Info Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object Hdfs Object Source Info VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object Hdfs Object Source Info Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object Hdfs Object Source Info Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object Hdfs Object Source Info Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object Hdfs Object Source Info VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object Hdfs Object Source Info Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectHdfsObjectSourceInfoChildObject
- Child
Objects List<GetBackup Recovery Search Indexed Object Hdfs Object Source Info Child Object Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object Hdfs Object Source Info Child Object Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object Hdfs Object Source Info Child Object VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Hdfs Object Source Info Child Object Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object Hdfs Object Source Info Child Object Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object Hdfs Object Source Info Child Object Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object Hdfs Object Source Info Child Object VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object Hdfs Object Source Info Child Object Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object Hdfs Object Source Info Child Object Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object Hdfs Object Source Info Child Object Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object Hdfs Object Source Info Child Object VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Hdfs Object Source Info Child Object Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object Hdfs Object Source Info Child Object Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object Hdfs Object Source Info Child Object Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object Hdfs Object Source Info Child Object VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object Hdfs Object Source Info Child Object Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object Hdfs Object Source Info Child Object Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object Hdfs Object Source Info Child Object Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object Hdfs Object Source Info Child Object VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object Hdfs Object Source Info Child Object Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectHdfsObjectSourceInfoChildObjectSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectHdfsObjectSourceInfoChildObjectVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectHdfsObjectSourceInfoChildObjectWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectHdfsObjectSourceInfoSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectHdfsObjectSourceInfoVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectHdfsObjectSourceInfoWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectHdfsObjectTag
- Tag
Id string
- Tag
Id string
- tag
Id String
- tag
Id string
- tag_
id str
- tag
Id String
GetBackupRecoverySearchIndexedObjectHdfsParams
- Hdfs
Types List<string> - Specifies types as Folders or Files or both to be searched.
- Constraints: Allowable list items are:
HDFSFolders
,HDFSFiles
.
- Constraints: Allowable list items are:
- Search
String string - Specifies the search string to search the HDFS Folders and Files.
- Source
Ids List<double> - Specifies a list of source ids. Only files found in these sources will be returned.
- Hdfs
Types []string - Specifies types as Folders or Files or both to be searched.
- Constraints: Allowable list items are:
HDFSFolders
,HDFSFiles
.
- Constraints: Allowable list items are:
- Search
String string - Specifies the search string to search the HDFS Folders and Files.
- Source
Ids []float64 - Specifies a list of source ids. Only files found in these sources will be returned.
- hdfs
Types List<String> - Specifies types as Folders or Files or both to be searched.
- Constraints: Allowable list items are:
HDFSFolders
,HDFSFiles
.
- Constraints: Allowable list items are:
- search
String String - Specifies the search string to search the HDFS Folders and Files.
- source
Ids List<Double> - Specifies a list of source ids. Only files found in these sources will be returned.
- hdfs
Types string[] - Specifies types as Folders or Files or both to be searched.
- Constraints: Allowable list items are:
HDFSFolders
,HDFSFiles
.
- Constraints: Allowable list items are:
- search
String string - Specifies the search string to search the HDFS Folders and Files.
- source
Ids number[] - Specifies a list of source ids. Only files found in these sources will be returned.
- hdfs_
types Sequence[str] - Specifies types as Folders or Files or both to be searched.
- Constraints: Allowable list items are:
HDFSFolders
,HDFSFiles
.
- Constraints: Allowable list items are:
- search_
string str - Specifies the search string to search the HDFS Folders and Files.
- source_
ids Sequence[float] - Specifies a list of source ids. Only files found in these sources will be returned.
- hdfs
Types List<String> - Specifies types as Folders or Files or both to be searched.
- Constraints: Allowable list items are:
HDFSFolders
,HDFSFiles
.
- Constraints: Allowable list items are:
- search
String String - Specifies the search string to search the HDFS Folders and Files.
- source
Ids List<Number> - Specifies a list of source ids. Only files found in these sources will be returned.
GetBackupRecoverySearchIndexedObjectHiveObject
- Id string
- Name string
- Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - List<Get
Backup Recovery Search Indexed Object Hive Object Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos List<GetBackup Recovery Search Indexed Object Hive Object Source Info> - Storage
Domain doubleId - List<Get
Backup Recovery Search Indexed Object Hive Object Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- Type string
- Id string
- Name string
- Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - []Get
Backup Recovery Search Indexed Object Hive Object Snapshot Tag - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos []GetBackup Recovery Search Indexed Object Hive Object Source Info - Storage
Domain float64Id - []Get
Backup Recovery Search Indexed Object Hive Object Tag - "This field is deprecated. Please use mightHaveTagIds.".
- Type string
- id String
- name String
- path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - List<Get
Backup Recovery Search Indexed Object Hive Object Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<GetBackup Recovery Search Indexed Object Hive Object Source Info> - storage
Domain DoubleId - List<Get
Backup Recovery Search Indexed Object Hive Object Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- type String
- id string
- name string
- path string
- policy
Id string - policy
Name string - protection
Group stringId - protection
Group stringName - Get
Backup Recovery Search Indexed Object Hive Object Snapshot Tag[] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos GetBackup Recovery Search Indexed Object Hive Object Source Info[] - storage
Domain numberId - Get
Backup Recovery Search Indexed Object Hive Object Tag[] - "This field is deprecated. Please use mightHaveTagIds.".
- type string
- id str
- name str
- path str
- policy_
id str - policy_
name str - protection_
group_ strid - protection_
group_ strname - Sequence[Get
Backup Recovery Search Indexed Object Hive Object Snapshot Tag] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source_
infos Sequence[GetBackup Recovery Search Indexed Object Hive Object Source Info] - storage_
domain_ floatid - Sequence[Get
Backup Recovery Search Indexed Object Hive Object Tag] - "This field is deprecated. Please use mightHaveTagIds.".
- type str
- id String
- name String
- path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - List<Property Map>
- "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<Property Map> - storage
Domain NumberId - List<Property Map>
- "This field is deprecated. Please use mightHaveTagIds.".
- type String
GetBackupRecoverySearchIndexedObjectHiveObjectSnapshotTag
GetBackupRecoverySearchIndexedObjectHiveObjectSourceInfo
- Child
Objects List<GetBackup Recovery Search Indexed Object Hive Object Source Info Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object Hive Object Source Info Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object Hive Object Source Info VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Hive Object Source Info Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object Hive Object Source Info Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object Hive Object Source Info Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object Hive Object Source Info VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object Hive Object Source Info Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object Hive Object Source Info Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object Hive Object Source Info Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object Hive Object Source Info VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Hive Object Source Info Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object Hive Object Source Info Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object Hive Object Source Info Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object Hive Object Source Info VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object Hive Object Source Info Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object Hive Object Source Info Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object Hive Object Source Info Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object Hive Object Source Info VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object Hive Object Source Info Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectHiveObjectSourceInfoChildObject
- Child
Objects List<GetBackup Recovery Search Indexed Object Hive Object Source Info Child Object Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object Hive Object Source Info Child Object Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object Hive Object Source Info Child Object VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Hive Object Source Info Child Object Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object Hive Object Source Info Child Object Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object Hive Object Source Info Child Object Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object Hive Object Source Info Child Object VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object Hive Object Source Info Child Object Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object Hive Object Source Info Child Object Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object Hive Object Source Info Child Object Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object Hive Object Source Info Child Object VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Hive Object Source Info Child Object Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object Hive Object Source Info Child Object Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object Hive Object Source Info Child Object Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object Hive Object Source Info Child Object VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object Hive Object Source Info Child Object Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object Hive Object Source Info Child Object Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object Hive Object Source Info Child Object Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object Hive Object Source Info Child Object VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object Hive Object Source Info Child Object Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectHiveObjectSourceInfoChildObjectSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectHiveObjectSourceInfoChildObjectVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectHiveObjectSourceInfoChildObjectWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectHiveObjectSourceInfoSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectHiveObjectSourceInfoVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectHiveObjectSourceInfoWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectHiveObjectTag
- Tag
Id string
- Tag
Id string
- tag
Id String
- tag
Id string
- tag_
id str
- tag
Id String
GetBackupRecoverySearchIndexedObjectHiveParams
- Hive
Object List<string>Types - Specifies one or more Hive object types be searched.
- Constraints: Allowable list items are:
HiveDatabases
,HiveTables
,HivePartitions
.
- Constraints: Allowable list items are:
- Search
String string - Specifies the search string to search the Hive Objects.
- Source
Ids List<double> - Specifies a list of source ids. Only files found in these sources will be returned.
- Hive
Object []stringTypes - Specifies one or more Hive object types be searched.
- Constraints: Allowable list items are:
HiveDatabases
,HiveTables
,HivePartitions
.
- Constraints: Allowable list items are:
- Search
String string - Specifies the search string to search the Hive Objects.
- Source
Ids []float64 - Specifies a list of source ids. Only files found in these sources will be returned.
- hive
Object List<String>Types - Specifies one or more Hive object types be searched.
- Constraints: Allowable list items are:
HiveDatabases
,HiveTables
,HivePartitions
.
- Constraints: Allowable list items are:
- search
String String - Specifies the search string to search the Hive Objects.
- source
Ids List<Double> - Specifies a list of source ids. Only files found in these sources will be returned.
- hive
Object string[]Types - Specifies one or more Hive object types be searched.
- Constraints: Allowable list items are:
HiveDatabases
,HiveTables
,HivePartitions
.
- Constraints: Allowable list items are:
- search
String string - Specifies the search string to search the Hive Objects.
- source
Ids number[] - Specifies a list of source ids. Only files found in these sources will be returned.
- hive_
object_ Sequence[str]types - Specifies one or more Hive object types be searched.
- Constraints: Allowable list items are:
HiveDatabases
,HiveTables
,HivePartitions
.
- Constraints: Allowable list items are:
- search_
string str - Specifies the search string to search the Hive Objects.
- source_
ids Sequence[float] - Specifies a list of source ids. Only files found in these sources will be returned.
- hive
Object List<String>Types - Specifies one or more Hive object types be searched.
- Constraints: Allowable list items are:
HiveDatabases
,HiveTables
,HivePartitions
.
- Constraints: Allowable list items are:
- search
String String - Specifies the search string to search the Hive Objects.
- source
Ids List<Number> - Specifies a list of source ids. Only files found in these sources will be returned.
GetBackupRecoverySearchIndexedObjectMongoObject
- Cdp
Infos List<GetBackup Recovery Search Indexed Object Mongo Object Cdp Info> - Id string
- Name string
- Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - List<Get
Backup Recovery Search Indexed Object Mongo Object Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos List<GetBackup Recovery Search Indexed Object Mongo Object Source Info> - Storage
Domain doubleId - List<Get
Backup Recovery Search Indexed Object Mongo Object Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- Type string
- Cdp
Infos []GetBackup Recovery Search Indexed Object Mongo Object Cdp Info - Id string
- Name string
- Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - []Get
Backup Recovery Search Indexed Object Mongo Object Snapshot Tag - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos []GetBackup Recovery Search Indexed Object Mongo Object Source Info - Storage
Domain float64Id - []Get
Backup Recovery Search Indexed Object Mongo Object Tag - "This field is deprecated. Please use mightHaveTagIds.".
- Type string
- cdp
Infos List<GetBackup Recovery Search Indexed Object Mongo Object Cdp Info> - id String
- name String
- path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - List<Get
Backup Recovery Search Indexed Object Mongo Object Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<GetBackup Recovery Search Indexed Object Mongo Object Source Info> - storage
Domain DoubleId - List<Get
Backup Recovery Search Indexed Object Mongo Object Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- type String
- cdp
Infos GetBackup Recovery Search Indexed Object Mongo Object Cdp Info[] - id string
- name string
- path string
- policy
Id string - policy
Name string - protection
Group stringId - protection
Group stringName - Get
Backup Recovery Search Indexed Object Mongo Object Snapshot Tag[] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos GetBackup Recovery Search Indexed Object Mongo Object Source Info[] - storage
Domain numberId - Get
Backup Recovery Search Indexed Object Mongo Object Tag[] - "This field is deprecated. Please use mightHaveTagIds.".
- type string
- cdp_
infos Sequence[GetBackup Recovery Search Indexed Object Mongo Object Cdp Info] - id str
- name str
- path str
- policy_
id str - policy_
name str - protection_
group_ strid - protection_
group_ strname - Sequence[Get
Backup Recovery Search Indexed Object Mongo Object Snapshot Tag] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source_
infos Sequence[GetBackup Recovery Search Indexed Object Mongo Object Source Info] - storage_
domain_ floatid - Sequence[Get
Backup Recovery Search Indexed Object Mongo Object Tag] - "This field is deprecated. Please use mightHaveTagIds.".
- type str
- cdp
Infos List<Property Map> - id String
- name String
- path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - List<Property Map>
- "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<Property Map> - storage
Domain NumberId - List<Property Map>
- "This field is deprecated. Please use mightHaveTagIds.".
- type String
GetBackupRecoverySearchIndexedObjectMongoObjectCdpInfo
- allow
Re BooleanEnable Cdp - cdp
Enabled Boolean - last
Run List<Property Map>Infos - protection
Group StringId
GetBackupRecoverySearchIndexedObjectMongoObjectCdpInfoLastRunInfo
GetBackupRecoverySearchIndexedObjectMongoObjectCdpInfoLastRunInfoLocalBackupInfo
- End
Time doubleIn Usecs - Start
Time doubleIn Usecs
- End
Time float64In Usecs - Start
Time float64In Usecs
- end
Time DoubleIn Usecs - start
Time DoubleIn Usecs
- end
Time numberIn Usecs - start
Time numberIn Usecs
- end_
time_ floatin_ usecs - start_
time_ floatin_ usecs
- end
Time NumberIn Usecs - start
Time NumberIn Usecs
GetBackupRecoverySearchIndexedObjectMongoObjectSnapshotTag
GetBackupRecoverySearchIndexedObjectMongoObjectSourceInfo
- Child
Objects List<GetBackup Recovery Search Indexed Object Mongo Object Source Info Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object Mongo Object Source Info Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object Mongo Object Source Info VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Mongo Object Source Info Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object Mongo Object Source Info Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object Mongo Object Source Info Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object Mongo Object Source Info VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object Mongo Object Source Info Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object Mongo Object Source Info Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object Mongo Object Source Info Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object Mongo Object Source Info VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Mongo Object Source Info Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object Mongo Object Source Info Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object Mongo Object Source Info Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object Mongo Object Source Info VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object Mongo Object Source Info Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object Mongo Object Source Info Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object Mongo Object Source Info Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object Mongo Object Source Info VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object Mongo Object Source Info Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectMongoObjectSourceInfoChildObject
- Child
Objects List<GetBackup Recovery Search Indexed Object Mongo Object Source Info Child Object Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object Mongo Object Source Info Child Object Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object Mongo Object Source Info Child Object VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Mongo Object Source Info Child Object Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object Mongo Object Source Info Child Object Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object Mongo Object Source Info Child Object Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object Mongo Object Source Info Child Object VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object Mongo Object Source Info Child Object Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object Mongo Object Source Info Child Object Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object Mongo Object Source Info Child Object Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object Mongo Object Source Info Child Object VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Mongo Object Source Info Child Object Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object Mongo Object Source Info Child Object Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object Mongo Object Source Info Child Object Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object Mongo Object Source Info Child Object VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object Mongo Object Source Info Child Object Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object Mongo Object Source Info Child Object Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object Mongo Object Source Info Child Object Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object Mongo Object Source Info Child Object VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object Mongo Object Source Info Child Object Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectMongoObjectSourceInfoChildObjectSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectMongoObjectSourceInfoChildObjectVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectMongoObjectSourceInfoChildObjectWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectMongoObjectSourceInfoSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectMongoObjectSourceInfoVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectMongoObjectSourceInfoWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectMongoObjectTag
- Tag
Id string
- Tag
Id string
- tag
Id String
- tag
Id string
- tag_
id str
- tag
Id String
GetBackupRecoverySearchIndexedObjectMongodbParams
- Mongo
Db List<string>Object Types - Specifies one or more MongoDB object types be searched.
- Constraints: Allowable list items are:
MongoDatabases
,MongoCollections
.
- Constraints: Allowable list items are:
- Search
String string - Specifies the search string to search the MongoDB Objects.
- Source
Ids List<double> - Specifies a list of source ids. Only files found in these sources will be returned.
- Mongo
Db []stringObject Types - Specifies one or more MongoDB object types be searched.
- Constraints: Allowable list items are:
MongoDatabases
,MongoCollections
.
- Constraints: Allowable list items are:
- Search
String string - Specifies the search string to search the MongoDB Objects.
- Source
Ids []float64 - Specifies a list of source ids. Only files found in these sources will be returned.
- mongo
Db List<String>Object Types - Specifies one or more MongoDB object types be searched.
- Constraints: Allowable list items are:
MongoDatabases
,MongoCollections
.
- Constraints: Allowable list items are:
- search
String String - Specifies the search string to search the MongoDB Objects.
- source
Ids List<Double> - Specifies a list of source ids. Only files found in these sources will be returned.
- mongo
Db string[]Object Types - Specifies one or more MongoDB object types be searched.
- Constraints: Allowable list items are:
MongoDatabases
,MongoCollections
.
- Constraints: Allowable list items are:
- search
String string - Specifies the search string to search the MongoDB Objects.
- source
Ids number[] - Specifies a list of source ids. Only files found in these sources will be returned.
- mongo_
db_ Sequence[str]object_ types - Specifies one or more MongoDB object types be searched.
- Constraints: Allowable list items are:
MongoDatabases
,MongoCollections
.
- Constraints: Allowable list items are:
- search_
string str - Specifies the search string to search the MongoDB Objects.
- source_
ids Sequence[float] - Specifies a list of source ids. Only files found in these sources will be returned.
- mongo
Db List<String>Object Types - Specifies one or more MongoDB object types be searched.
- Constraints: Allowable list items are:
MongoDatabases
,MongoCollections
.
- Constraints: Allowable list items are:
- search
String String - Specifies the search string to search the MongoDB Objects.
- source
Ids List<Number> - Specifies a list of source ids. Only files found in these sources will be returned.
GetBackupRecoverySearchIndexedObjectMsGroupItem
- Mailbox
Items List<GetBackup Recovery Search Indexed Object Ms Group Item Mailbox Item> - Name string
- Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - Site
Items List<GetBackup Recovery Search Indexed Object Ms Group Item Site Item> - List<Get
Backup Recovery Search Indexed Object Ms Group Item Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos List<GetBackup Recovery Search Indexed Object Ms Group Item Source Info> - Storage
Domain doubleId - List<Get
Backup Recovery Search Indexed Object Ms Group Item Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- Type string
- Mailbox
Items []GetBackup Recovery Search Indexed Object Ms Group Item Mailbox Item - Name string
- Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - Site
Items []GetBackup Recovery Search Indexed Object Ms Group Item Site Item - []Get
Backup Recovery Search Indexed Object Ms Group Item Snapshot Tag - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos []GetBackup Recovery Search Indexed Object Ms Group Item Source Info - Storage
Domain float64Id - []Get
Backup Recovery Search Indexed Object Ms Group Item Tag - "This field is deprecated. Please use mightHaveTagIds.".
- Type string
- mailbox
Items List<GetBackup Recovery Search Indexed Object Ms Group Item Mailbox Item> - name String
- path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - site
Items List<GetBackup Recovery Search Indexed Object Ms Group Item Site Item> - List<Get
Backup Recovery Search Indexed Object Ms Group Item Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<GetBackup Recovery Search Indexed Object Ms Group Item Source Info> - storage
Domain DoubleId - List<Get
Backup Recovery Search Indexed Object Ms Group Item Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- type String
- mailbox
Items GetBackup Recovery Search Indexed Object Ms Group Item Mailbox Item[] - name string
- path string
- policy
Id string - policy
Name string - protection
Group stringId - protection
Group stringName - site
Items GetBackup Recovery Search Indexed Object Ms Group Item Site Item[] - Get
Backup Recovery Search Indexed Object Ms Group Item Snapshot Tag[] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos GetBackup Recovery Search Indexed Object Ms Group Item Source Info[] - storage
Domain numberId - Get
Backup Recovery Search Indexed Object Ms Group Item Tag[] - "This field is deprecated. Please use mightHaveTagIds.".
- type string
- mailbox_
items Sequence[GetBackup Recovery Search Indexed Object Ms Group Item Mailbox Item] - name str
- path str
- policy_
id str - policy_
name str - protection_
group_ strid - protection_
group_ strname - site_
items Sequence[GetBackup Recovery Search Indexed Object Ms Group Item Site Item] - Sequence[Get
Backup Recovery Search Indexed Object Ms Group Item Snapshot Tag] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source_
infos Sequence[GetBackup Recovery Search Indexed Object Ms Group Item Source Info] - storage_
domain_ floatid - Sequence[Get
Backup Recovery Search Indexed Object Ms Group Item Tag] - "This field is deprecated. Please use mightHaveTagIds.".
- type str
- mailbox
Items List<Property Map> - name String
- path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - site
Items List<Property Map> - List<Property Map>
- "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<Property Map> - storage
Domain NumberId - List<Property Map>
- "This field is deprecated. Please use mightHaveTagIds.".
- type String
GetBackupRecoverySearchIndexedObjectMsGroupItemMailboxItem
- Bcc
Recipient List<string>Addresses - Cc
Recipient List<string>Addresses - Created
Time doubleSecs - Directory
Path string - Email
Addresses List<string> - Email
Subject string - First
Name string - Folder
Name string - Has
Attachment bool - Id string
- Last
Modification stringName - Last
Modification doubleTime Secs - Last
Name string - Optional
Attendees List<string>Addresses - Organizer
Address string - Parent
Folder doubleId - Path string
- Protection
Group stringId - Protection
Group stringName - Received
Time doubleSecs - Recipient
Addresses List<string> - Required
Attendees List<string>Addresses - Sender
Address string - Sent
Time doubleSecs - List<Get
Backup Recovery Search Indexed Object Ms Group Item Mailbox Item Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Storage
Domain doubleId - List<Get
Backup Recovery Search Indexed Object Ms Group Item Mailbox Item Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- Task
Completion doubleDate Time Secs - Task
Due doubleDate Time Secs - Task
Status string - Tenant
Id string - TenantId contains id of the tenant for which objects are to be returned.
- Type string
- User
Object List<GetInfos Backup Recovery Search Indexed Object Ms Group Item Mailbox Item User Object Info>
- Bcc
Recipient []stringAddresses - Cc
Recipient []stringAddresses - Created
Time float64Secs - Directory
Path string - Email
Addresses []string - Email
Subject string - First
Name string - Folder
Name string - Has
Attachment bool - Id string
- Last
Modification stringName - Last
Modification float64Time Secs - Last
Name string - Optional
Attendees []stringAddresses - Organizer
Address string - Parent
Folder float64Id - Path string
- Protection
Group stringId - Protection
Group stringName - Received
Time float64Secs - Recipient
Addresses []string - Required
Attendees []stringAddresses - Sender
Address string - Sent
Time float64Secs - []Get
Backup Recovery Search Indexed Object Ms Group Item Mailbox Item Snapshot Tag - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Storage
Domain float64Id - []Get
Backup Recovery Search Indexed Object Ms Group Item Mailbox Item Tag - "This field is deprecated. Please use mightHaveTagIds.".
- Task
Completion float64Date Time Secs - Task
Due float64Date Time Secs - Task
Status string - Tenant
Id string - TenantId contains id of the tenant for which objects are to be returned.
- Type string
- User
Object []GetInfos Backup Recovery Search Indexed Object Ms Group Item Mailbox Item User Object Info
- bcc
Recipient List<String>Addresses - cc
Recipient List<String>Addresses - created
Time DoubleSecs - directory
Path String - email
Addresses List<String> - email
Subject String - first
Name String - folder
Name String - has
Attachment Boolean - id String
- last
Modification StringName - last
Modification DoubleTime Secs - last
Name String - optional
Attendees List<String>Addresses - organizer
Address String - parent
Folder DoubleId - path String
- protection
Group StringId - protection
Group StringName - received
Time DoubleSecs - recipient
Addresses List<String> - required
Attendees List<String>Addresses - sender
Address String - sent
Time DoubleSecs - List<Get
Backup Recovery Search Indexed Object Ms Group Item Mailbox Item Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- storage
Domain DoubleId - List<Get
Backup Recovery Search Indexed Object Ms Group Item Mailbox Item Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- task
Completion DoubleDate Time Secs - task
Due DoubleDate Time Secs - task
Status String - tenant
Id String - TenantId contains id of the tenant for which objects are to be returned.
- type String
- user
Object List<GetInfos Backup Recovery Search Indexed Object Ms Group Item Mailbox Item User Object Info>
- bcc
Recipient string[]Addresses - cc
Recipient string[]Addresses - created
Time numberSecs - directory
Path string - email
Addresses string[] - email
Subject string - first
Name string - folder
Name string - has
Attachment boolean - id string
- last
Modification stringName - last
Modification numberTime Secs - last
Name string - optional
Attendees string[]Addresses - organizer
Address string - parent
Folder numberId - path string
- protection
Group stringId - protection
Group stringName - received
Time numberSecs - recipient
Addresses string[] - required
Attendees string[]Addresses - sender
Address string - sent
Time numberSecs - Get
Backup Recovery Search Indexed Object Ms Group Item Mailbox Item Snapshot Tag[] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- storage
Domain numberId - Get
Backup Recovery Search Indexed Object Ms Group Item Mailbox Item Tag[] - "This field is deprecated. Please use mightHaveTagIds.".
- task
Completion numberDate Time Secs - task
Due numberDate Time Secs - task
Status string - tenant
Id string - TenantId contains id of the tenant for which objects are to be returned.
- type string
- user
Object GetInfos Backup Recovery Search Indexed Object Ms Group Item Mailbox Item User Object Info[]
- bcc_
recipient_ Sequence[str]addresses - cc_
recipient_ Sequence[str]addresses - created_
time_ floatsecs - directory_
path str - email_
addresses Sequence[str] - email_
subject str - first_
name str - folder_
name str - has_
attachment bool - id str
- last_
modification_ strname - last_
modification_ floattime_ secs - last_
name str - optional_
attendees_ Sequence[str]addresses - organizer_
address str - parent_
folder_ floatid - path str
- protection_
group_ strid - protection_
group_ strname - received_
time_ floatsecs - recipient_
addresses Sequence[str] - required_
attendees_ Sequence[str]addresses - sender_
address str - sent_
time_ floatsecs - Sequence[Get
Backup Recovery Search Indexed Object Ms Group Item Mailbox Item Snapshot Tag] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- storage_
domain_ floatid - Sequence[Get
Backup Recovery Search Indexed Object Ms Group Item Mailbox Item Tag] - "This field is deprecated. Please use mightHaveTagIds.".
- task_
completion_ floatdate_ time_ secs - task_
due_ floatdate_ time_ secs - task_
status str - tenant_
id str - TenantId contains id of the tenant for which objects are to be returned.
- type str
- user_
object_ Sequence[Getinfos Backup Recovery Search Indexed Object Ms Group Item Mailbox Item User Object Info]
- bcc
Recipient List<String>Addresses - cc
Recipient List<String>Addresses - created
Time NumberSecs - directory
Path String - email
Addresses List<String> - email
Subject String - first
Name String - folder
Name String - has
Attachment Boolean - id String
- last
Modification StringName - last
Modification NumberTime Secs - last
Name String - optional
Attendees List<String>Addresses - organizer
Address String - parent
Folder NumberId - path String
- protection
Group StringId - protection
Group StringName - received
Time NumberSecs - recipient
Addresses List<String> - required
Attendees List<String>Addresses - sender
Address String - sent
Time NumberSecs - List<Property Map>
- "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- storage
Domain NumberId - List<Property Map>
- "This field is deprecated. Please use mightHaveTagIds.".
- task
Completion NumberDate Time Secs - task
Due NumberDate Time Secs - task
Status String - tenant
Id String - TenantId contains id of the tenant for which objects are to be returned.
- type String
- user
Object List<Property Map>Infos
GetBackupRecoverySearchIndexedObjectMsGroupItemMailboxItemSnapshotTag
GetBackupRecoverySearchIndexedObjectMsGroupItemMailboxItemTag
- Tag
Id string
- Tag
Id string
- tag
Id String
- tag
Id string
- tag_
id str
- tag
Id String
GetBackupRecoverySearchIndexedObjectMsGroupItemMailboxItemUserObjectInfo
- Child
Objects List<GetBackup Recovery Search Indexed Object Ms Group Item Mailbox Item User Object Info Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object Ms Group Item Mailbox Item User Object Info Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object Ms Group Item Mailbox Item User Object Info VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Ms Group Item Mailbox Item User Object Info Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object Ms Group Item Mailbox Item User Object Info Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object Ms Group Item Mailbox Item User Object Info Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object Ms Group Item Mailbox Item User Object Info VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object Ms Group Item Mailbox Item User Object Info Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object Ms Group Item Mailbox Item User Object Info Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object Ms Group Item Mailbox Item User Object Info Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object Ms Group Item Mailbox Item User Object Info VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Ms Group Item Mailbox Item User Object Info Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object Ms Group Item Mailbox Item User Object Info Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object Ms Group Item Mailbox Item User Object Info Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object Ms Group Item Mailbox Item User Object Info VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object Ms Group Item Mailbox Item User Object Info Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object Ms Group Item Mailbox Item User Object Info Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object Ms Group Item Mailbox Item User Object Info Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object Ms Group Item Mailbox Item User Object Info VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object Ms Group Item Mailbox Item User Object Info Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectMsGroupItemMailboxItemUserObjectInfoSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectMsGroupItemMailboxItemUserObjectInfoVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectMsGroupItemMailboxItemUserObjectInfoWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectMsGroupItemSiteItem
- Creation
Time doubleSecs - File
Type string - Item
Id string - Item
Size double - Name string
- Owner
Email string - Owner
Name string - Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - List<Get
Backup Recovery Search Indexed Object Ms Group Item Site Item Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos List<GetBackup Recovery Search Indexed Object Ms Group Item Site Item Source Info> - Storage
Domain doubleId - List<Get
Backup Recovery Search Indexed Object Ms Group Item Site Item Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- Creation
Time float64Secs - File
Type string - Item
Id string - Item
Size float64 - Name string
- Owner
Email string - Owner
Name string - Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - []Get
Backup Recovery Search Indexed Object Ms Group Item Site Item Snapshot Tag - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos []GetBackup Recovery Search Indexed Object Ms Group Item Site Item Source Info - Storage
Domain float64Id - []Get
Backup Recovery Search Indexed Object Ms Group Item Site Item Tag - "This field is deprecated. Please use mightHaveTagIds.".
- creation
Time DoubleSecs - file
Type String - item
Id String - item
Size Double - name String
- owner
Email String - owner
Name String - path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - List<Get
Backup Recovery Search Indexed Object Ms Group Item Site Item Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<GetBackup Recovery Search Indexed Object Ms Group Item Site Item Source Info> - storage
Domain DoubleId - List<Get
Backup Recovery Search Indexed Object Ms Group Item Site Item Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- creation
Time numberSecs - file
Type string - item
Id string - item
Size number - name string
- owner
Email string - owner
Name string - path string
- policy
Id string - policy
Name string - protection
Group stringId - protection
Group stringName - Get
Backup Recovery Search Indexed Object Ms Group Item Site Item Snapshot Tag[] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos GetBackup Recovery Search Indexed Object Ms Group Item Site Item Source Info[] - storage
Domain numberId - Get
Backup Recovery Search Indexed Object Ms Group Item Site Item Tag[] - "This field is deprecated. Please use mightHaveTagIds.".
- creation_
time_ floatsecs - file_
type str - item_
id str - item_
size float - name str
- owner_
email str - owner_
name str - path str
- policy_
id str - policy_
name str - protection_
group_ strid - protection_
group_ strname - Sequence[Get
Backup Recovery Search Indexed Object Ms Group Item Site Item Snapshot Tag] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source_
infos Sequence[GetBackup Recovery Search Indexed Object Ms Group Item Site Item Source Info] - storage_
domain_ floatid - Sequence[Get
Backup Recovery Search Indexed Object Ms Group Item Site Item Tag] - "This field is deprecated. Please use mightHaveTagIds.".
- creation
Time NumberSecs - file
Type String - item
Id String - item
Size Number - name String
- owner
Email String - owner
Name String - path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - List<Property Map>
- "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<Property Map> - storage
Domain NumberId - List<Property Map>
- "This field is deprecated. Please use mightHaveTagIds.".
GetBackupRecoverySearchIndexedObjectMsGroupItemSiteItemSnapshotTag
GetBackupRecoverySearchIndexedObjectMsGroupItemSiteItemSourceInfo
- Child
Objects List<GetBackup Recovery Search Indexed Object Ms Group Item Site Item Source Info Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object Ms Group Item Site Item Source Info Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object Ms Group Item Site Item Source Info VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Ms Group Item Site Item Source Info Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object Ms Group Item Site Item Source Info Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object Ms Group Item Site Item Source Info Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object Ms Group Item Site Item Source Info VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object Ms Group Item Site Item Source Info Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object Ms Group Item Site Item Source Info Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object Ms Group Item Site Item Source Info Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object Ms Group Item Site Item Source Info VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Ms Group Item Site Item Source Info Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object Ms Group Item Site Item Source Info Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object Ms Group Item Site Item Source Info Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object Ms Group Item Site Item Source Info VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object Ms Group Item Site Item Source Info Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object Ms Group Item Site Item Source Info Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object Ms Group Item Site Item Source Info Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object Ms Group Item Site Item Source Info VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object Ms Group Item Site Item Source Info Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectMsGroupItemSiteItemSourceInfoChildObject
- Child
Objects List<GetBackup Recovery Search Indexed Object Ms Group Item Site Item Source Info Child Object Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object Ms Group Item Site Item Source Info Child Object Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object Ms Group Item Site Item Source Info Child Object VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Ms Group Item Site Item Source Info Child Object Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object Ms Group Item Site Item Source Info Child Object Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object Ms Group Item Site Item Source Info Child Object Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object Ms Group Item Site Item Source Info Child Object VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object Ms Group Item Site Item Source Info Child Object Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object Ms Group Item Site Item Source Info Child Object Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object Ms Group Item Site Item Source Info Child Object Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object Ms Group Item Site Item Source Info Child Object VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Ms Group Item Site Item Source Info Child Object Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object Ms Group Item Site Item Source Info Child Object Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object Ms Group Item Site Item Source Info Child Object Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object Ms Group Item Site Item Source Info Child Object VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object Ms Group Item Site Item Source Info Child Object Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object Ms Group Item Site Item Source Info Child Object Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object Ms Group Item Site Item Source Info Child Object Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object Ms Group Item Site Item Source Info Child Object VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object Ms Group Item Site Item Source Info Child Object Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectMsGroupItemSiteItemSourceInfoChildObjectSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectMsGroupItemSiteItemSourceInfoChildObjectVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectMsGroupItemSiteItemSourceInfoChildObjectWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectMsGroupItemSiteItemSourceInfoSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectMsGroupItemSiteItemSourceInfoVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectMsGroupItemSiteItemSourceInfoWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectMsGroupItemSiteItemTag
- Tag
Id string
- Tag
Id string
- tag
Id String
- tag
Id string
- tag_
id str
- tag
Id String
GetBackupRecoverySearchIndexedObjectMsGroupItemSnapshotTag
GetBackupRecoverySearchIndexedObjectMsGroupItemSourceInfo
- Child
Objects List<GetBackup Recovery Search Indexed Object Ms Group Item Source Info Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object Ms Group Item Source Info Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object Ms Group Item Source Info VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Ms Group Item Source Info Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object Ms Group Item Source Info Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object Ms Group Item Source Info Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object Ms Group Item Source Info VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object Ms Group Item Source Info Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object Ms Group Item Source Info Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object Ms Group Item Source Info Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object Ms Group Item Source Info VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Ms Group Item Source Info Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object Ms Group Item Source Info Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object Ms Group Item Source Info Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object Ms Group Item Source Info VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object Ms Group Item Source Info Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object Ms Group Item Source Info Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object Ms Group Item Source Info Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object Ms Group Item Source Info VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object Ms Group Item Source Info Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectMsGroupItemSourceInfoChildObject
- Child
Objects List<GetBackup Recovery Search Indexed Object Ms Group Item Source Info Child Object Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object Ms Group Item Source Info Child Object Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object Ms Group Item Source Info Child Object VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Ms Group Item Source Info Child Object Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object Ms Group Item Source Info Child Object Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object Ms Group Item Source Info Child Object Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object Ms Group Item Source Info Child Object VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object Ms Group Item Source Info Child Object Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object Ms Group Item Source Info Child Object Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object Ms Group Item Source Info Child Object Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object Ms Group Item Source Info Child Object VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Ms Group Item Source Info Child Object Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object Ms Group Item Source Info Child Object Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object Ms Group Item Source Info Child Object Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object Ms Group Item Source Info Child Object VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object Ms Group Item Source Info Child Object Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object Ms Group Item Source Info Child Object Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object Ms Group Item Source Info Child Object Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object Ms Group Item Source Info Child Object VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object Ms Group Item Source Info Child Object Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectMsGroupItemSourceInfoChildObjectSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectMsGroupItemSourceInfoChildObjectVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectMsGroupItemSourceInfoChildObjectWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectMsGroupItemSourceInfoSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectMsGroupItemSourceInfoVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectMsGroupItemSourceInfoWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectMsGroupItemTag
- Tag
Id string
- Tag
Id string
- tag
Id String
- tag
Id string
- tag_
id str
- tag
Id String
GetBackupRecoverySearchIndexedObjectMsGroupsParams
- Mailbox
Params GetBackup Recovery Search Indexed Object Ms Groups Params Mailbox Params - Specifies the request parameters to search for mailbox items and folders. Nested schema for mailbox_params:
- O365Params
Get
Backup Recovery Search Indexed Object Ms Groups Params O365Params - Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- Site
Params GetBackup Recovery Search Indexed Object Ms Groups Params Site Params - Specifies the request parameters to search for files/folders in document libraries. Nested schema for site_params:
- Mailbox
Params GetBackup Recovery Search Indexed Object Ms Groups Params Mailbox Params - Specifies the request parameters to search for mailbox items and folders. Nested schema for mailbox_params:
- O365Params
Get
Backup Recovery Search Indexed Object Ms Groups Params O365Params - Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- Site
Params GetBackup Recovery Search Indexed Object Ms Groups Params Site Params - Specifies the request parameters to search for files/folders in document libraries. Nested schema for site_params:
- mailbox
Params GetBackup Recovery Search Indexed Object Ms Groups Params Mailbox Params - Specifies the request parameters to search for mailbox items and folders. Nested schema for mailbox_params:
- o365Params
Get
Backup Recovery Search Indexed Object Ms Groups Params O365Params - Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- site
Params GetBackup Recovery Search Indexed Object Ms Groups Params Site Params - Specifies the request parameters to search for files/folders in document libraries. Nested schema for site_params:
- mailbox
Params GetBackup Recovery Search Indexed Object Ms Groups Params Mailbox Params - Specifies the request parameters to search for mailbox items and folders. Nested schema for mailbox_params:
- o365Params
Get
Backup Recovery Search Indexed Object Ms Groups Params O365Params - Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- site
Params GetBackup Recovery Search Indexed Object Ms Groups Params Site Params - Specifies the request parameters to search for files/folders in document libraries. Nested schema for site_params:
- mailbox_
params GetBackup Recovery Search Indexed Object Ms Groups Params Mailbox Params - Specifies the request parameters to search for mailbox items and folders. Nested schema for mailbox_params:
- o365_
params GetBackup Recovery Search Indexed Object Ms Groups Params O365Params - Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- site_
params GetBackup Recovery Search Indexed Object Ms Groups Params Site Params - Specifies the request parameters to search for files/folders in document libraries. Nested schema for site_params:
- mailbox
Params Property Map - Specifies the request parameters to search for mailbox items and folders. Nested schema for mailbox_params:
- o365Params Property Map
- Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- site
Params Property Map - Specifies the request parameters to search for files/folders in document libraries. Nested schema for site_params:
GetBackupRecoverySearchIndexedObjectMsGroupsParamsMailboxParams
- Attendees
Addresses List<string> - Filters the calendar items which have specified email addresses as attendees.
- Bcc
Recipient List<string>Addresses - Filters the emails which are sent to specified email addresses in BCC.
- Cc
Recipient List<string>Addresses - Filters the emails which are sent to specified email addresses in CC.
- Created
End doubleTime Secs - Specifies the end time in Unix timestamp epoch in seconds where the created time of the email/item is less than specified value.
- Created
Start doubleTime Secs - Specifies the start time in Unix timestamp epoch in seconds where the created time of the email/item is more than specified value.
- Due
Date doubleEnd Time Secs - Specifies the end time in Unix timestamp epoch in seconds where the last modification time of the email/item is less than specified value.
- Due
Date doubleStart Time Secs - Specifies the start time in Unix timestamp epoch in seconds where the last modification time of the email/item is more than specified value.
- Email
Address string - Filters the contact items which have specified text in email address.
- Email
Subject string - Filters the emails which have the specified text in its subject.
- First
Name string - Filters the contacts with specified text in first name.
- Folder
Names List<string> - Filters the emails which are categorized to specified folders.
- Has
Attachment bool - Filters the emails which have attachment.
- Last
Modified doubleEnd Time Secs - Specifies the end time in Unix timestamp epoch in seconds where the last modification time of the email/item is less than specified value.
- Last
Modified doubleStart Time Secs - Specifies the start time in Unix timestamp epoch in seconds where the last modification time of the email/item is more than specified value.
- Last
Name string - Filters the contacts with specified text in last name.
- Middle
Name string - Filters the contacts with specified text in middle name.
- Organizer
Address string - Filters the calendar items which are organized by specified User's email address.
- Received
End doubleTime Secs - Specifies the end time in Unix timestamp epoch in seconds where the received time of the email is less than specified value.
- Received
Start doubleTime Secs - Specifies the start time in Unix timestamp epoch in seconds where the received time of the email is more than specified value.
- Recipient
Addresses List<string> - Filters the emails which are sent to specified email addresses.
- Sender
Address string - Filters the emails which are received from specified User's email address.
- Source
Environment string - Specifies the source environment.
- Constraints: Allowable values are:
kO365
.
- Constraints: Allowable values are:
- Task
Status List<string>Types - Specifies a list of task item status types. Task items having status within the given types will be returned.
- Constraints: Allowable list items are:
NotStarted
,InProgress
,Completed
,WaitingOnOthers
,Deferred
.
- Constraints: Allowable list items are:
- Types List<string>
- Specifies a list of mailbox item types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Email
,Folder
,Calendar
,Contact
,Task
,Note
.
- Constraints: Allowable list items are:
- Attendees
Addresses []string - Filters the calendar items which have specified email addresses as attendees.
- Bcc
Recipient []stringAddresses - Filters the emails which are sent to specified email addresses in BCC.
- Cc
Recipient []stringAddresses - Filters the emails which are sent to specified email addresses in CC.
- Created
End float64Time Secs - Specifies the end time in Unix timestamp epoch in seconds where the created time of the email/item is less than specified value.
- Created
Start float64Time Secs - Specifies the start time in Unix timestamp epoch in seconds where the created time of the email/item is more than specified value.
- Due
Date float64End Time Secs - Specifies the end time in Unix timestamp epoch in seconds where the last modification time of the email/item is less than specified value.
- Due
Date float64Start Time Secs - Specifies the start time in Unix timestamp epoch in seconds where the last modification time of the email/item is more than specified value.
- Email
Address string - Filters the contact items which have specified text in email address.
- Email
Subject string - Filters the emails which have the specified text in its subject.
- First
Name string - Filters the contacts with specified text in first name.
- Folder
Names []string - Filters the emails which are categorized to specified folders.
- Has
Attachment bool - Filters the emails which have attachment.
- Last
Modified float64End Time Secs - Specifies the end time in Unix timestamp epoch in seconds where the last modification time of the email/item is less than specified value.
- Last
Modified float64Start Time Secs - Specifies the start time in Unix timestamp epoch in seconds where the last modification time of the email/item is more than specified value.
- Last
Name string - Filters the contacts with specified text in last name.
- Middle
Name string - Filters the contacts with specified text in middle name.
- Organizer
Address string - Filters the calendar items which are organized by specified User's email address.
- Received
End float64Time Secs - Specifies the end time in Unix timestamp epoch in seconds where the received time of the email is less than specified value.
- Received
Start float64Time Secs - Specifies the start time in Unix timestamp epoch in seconds where the received time of the email is more than specified value.
- Recipient
Addresses []string - Filters the emails which are sent to specified email addresses.
- Sender
Address string - Filters the emails which are received from specified User's email address.
- Source
Environment string - Specifies the source environment.
- Constraints: Allowable values are:
kO365
.
- Constraints: Allowable values are:
- Task
Status []stringTypes - Specifies a list of task item status types. Task items having status within the given types will be returned.
- Constraints: Allowable list items are:
NotStarted
,InProgress
,Completed
,WaitingOnOthers
,Deferred
.
- Constraints: Allowable list items are:
- Types []string
- Specifies a list of mailbox item types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Email
,Folder
,Calendar
,Contact
,Task
,Note
.
- Constraints: Allowable list items are:
- attendees
Addresses List<String> - Filters the calendar items which have specified email addresses as attendees.
- bcc
Recipient List<String>Addresses - Filters the emails which are sent to specified email addresses in BCC.
- cc
Recipient List<String>Addresses - Filters the emails which are sent to specified email addresses in CC.
- created
End DoubleTime Secs - Specifies the end time in Unix timestamp epoch in seconds where the created time of the email/item is less than specified value.
- created
Start DoubleTime Secs - Specifies the start time in Unix timestamp epoch in seconds where the created time of the email/item is more than specified value.
- due
Date DoubleEnd Time Secs - Specifies the end time in Unix timestamp epoch in seconds where the last modification time of the email/item is less than specified value.
- due
Date DoubleStart Time Secs - Specifies the start time in Unix timestamp epoch in seconds where the last modification time of the email/item is more than specified value.
- email
Address String - Filters the contact items which have specified text in email address.
- email
Subject String - Filters the emails which have the specified text in its subject.
- first
Name String - Filters the contacts with specified text in first name.
- folder
Names List<String> - Filters the emails which are categorized to specified folders.
- has
Attachment Boolean - Filters the emails which have attachment.
- last
Modified DoubleEnd Time Secs - Specifies the end time in Unix timestamp epoch in seconds where the last modification time of the email/item is less than specified value.
- last
Modified DoubleStart Time Secs - Specifies the start time in Unix timestamp epoch in seconds where the last modification time of the email/item is more than specified value.
- last
Name String - Filters the contacts with specified text in last name.
- middle
Name String - Filters the contacts with specified text in middle name.
- organizer
Address String - Filters the calendar items which are organized by specified User's email address.
- received
End DoubleTime Secs - Specifies the end time in Unix timestamp epoch in seconds where the received time of the email is less than specified value.
- received
Start DoubleTime Secs - Specifies the start time in Unix timestamp epoch in seconds where the received time of the email is more than specified value.
- recipient
Addresses List<String> - Filters the emails which are sent to specified email addresses.
- sender
Address String - Filters the emails which are received from specified User's email address.
- source
Environment String - Specifies the source environment.
- Constraints: Allowable values are:
kO365
.
- Constraints: Allowable values are:
- task
Status List<String>Types - Specifies a list of task item status types. Task items having status within the given types will be returned.
- Constraints: Allowable list items are:
NotStarted
,InProgress
,Completed
,WaitingOnOthers
,Deferred
.
- Constraints: Allowable list items are:
- types List<String>
- Specifies a list of mailbox item types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Email
,Folder
,Calendar
,Contact
,Task
,Note
.
- Constraints: Allowable list items are:
- attendees
Addresses string[] - Filters the calendar items which have specified email addresses as attendees.
- bcc
Recipient string[]Addresses - Filters the emails which are sent to specified email addresses in BCC.
- cc
Recipient string[]Addresses - Filters the emails which are sent to specified email addresses in CC.
- created
End numberTime Secs - Specifies the end time in Unix timestamp epoch in seconds where the created time of the email/item is less than specified value.
- created
Start numberTime Secs - Specifies the start time in Unix timestamp epoch in seconds where the created time of the email/item is more than specified value.
- due
Date numberEnd Time Secs - Specifies the end time in Unix timestamp epoch in seconds where the last modification time of the email/item is less than specified value.
- due
Date numberStart Time Secs - Specifies the start time in Unix timestamp epoch in seconds where the last modification time of the email/item is more than specified value.
- email
Address string - Filters the contact items which have specified text in email address.
- email
Subject string - Filters the emails which have the specified text in its subject.
- first
Name string - Filters the contacts with specified text in first name.
- folder
Names string[] - Filters the emails which are categorized to specified folders.
- has
Attachment boolean - Filters the emails which have attachment.
- last
Modified numberEnd Time Secs - Specifies the end time in Unix timestamp epoch in seconds where the last modification time of the email/item is less than specified value.
- last
Modified numberStart Time Secs - Specifies the start time in Unix timestamp epoch in seconds where the last modification time of the email/item is more than specified value.
- last
Name string - Filters the contacts with specified text in last name.
- middle
Name string - Filters the contacts with specified text in middle name.
- organizer
Address string - Filters the calendar items which are organized by specified User's email address.
- received
End numberTime Secs - Specifies the end time in Unix timestamp epoch in seconds where the received time of the email is less than specified value.
- received
Start numberTime Secs - Specifies the start time in Unix timestamp epoch in seconds where the received time of the email is more than specified value.
- recipient
Addresses string[] - Filters the emails which are sent to specified email addresses.
- sender
Address string - Filters the emails which are received from specified User's email address.
- source
Environment string - Specifies the source environment.
- Constraints: Allowable values are:
kO365
.
- Constraints: Allowable values are:
- task
Status string[]Types - Specifies a list of task item status types. Task items having status within the given types will be returned.
- Constraints: Allowable list items are:
NotStarted
,InProgress
,Completed
,WaitingOnOthers
,Deferred
.
- Constraints: Allowable list items are:
- types string[]
- Specifies a list of mailbox item types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Email
,Folder
,Calendar
,Contact
,Task
,Note
.
- Constraints: Allowable list items are:
- attendees_
addresses Sequence[str] - Filters the calendar items which have specified email addresses as attendees.
- bcc_
recipient_ Sequence[str]addresses - Filters the emails which are sent to specified email addresses in BCC.
- cc_
recipient_ Sequence[str]addresses - Filters the emails which are sent to specified email addresses in CC.
- created_
end_ floattime_ secs - Specifies the end time in Unix timestamp epoch in seconds where the created time of the email/item is less than specified value.
- created_
start_ floattime_ secs - Specifies the start time in Unix timestamp epoch in seconds where the created time of the email/item is more than specified value.
- due_
date_ floatend_ time_ secs - Specifies the end time in Unix timestamp epoch in seconds where the last modification time of the email/item is less than specified value.
- due_
date_ floatstart_ time_ secs - Specifies the start time in Unix timestamp epoch in seconds where the last modification time of the email/item is more than specified value.
- email_
address str - Filters the contact items which have specified text in email address.
- email_
subject str - Filters the emails which have the specified text in its subject.
- first_
name str - Filters the contacts with specified text in first name.
- folder_
names Sequence[str] - Filters the emails which are categorized to specified folders.
- has_
attachment bool - Filters the emails which have attachment.
- last_
modified_ floatend_ time_ secs - Specifies the end time in Unix timestamp epoch in seconds where the last modification time of the email/item is less than specified value.
- last_
modified_ floatstart_ time_ secs - Specifies the start time in Unix timestamp epoch in seconds where the last modification time of the email/item is more than specified value.
- last_
name str - Filters the contacts with specified text in last name.
- middle_
name str - Filters the contacts with specified text in middle name.
- organizer_
address str - Filters the calendar items which are organized by specified User's email address.
- received_
end_ floattime_ secs - Specifies the end time in Unix timestamp epoch in seconds where the received time of the email is less than specified value.
- received_
start_ floattime_ secs - Specifies the start time in Unix timestamp epoch in seconds where the received time of the email is more than specified value.
- recipient_
addresses Sequence[str] - Filters the emails which are sent to specified email addresses.
- sender_
address str - Filters the emails which are received from specified User's email address.
- source_
environment str - Specifies the source environment.
- Constraints: Allowable values are:
kO365
.
- Constraints: Allowable values are:
- task_
status_ Sequence[str]types - Specifies a list of task item status types. Task items having status within the given types will be returned.
- Constraints: Allowable list items are:
NotStarted
,InProgress
,Completed
,WaitingOnOthers
,Deferred
.
- Constraints: Allowable list items are:
- types Sequence[str]
- Specifies a list of mailbox item types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Email
,Folder
,Calendar
,Contact
,Task
,Note
.
- Constraints: Allowable list items are:
- attendees
Addresses List<String> - Filters the calendar items which have specified email addresses as attendees.
- bcc
Recipient List<String>Addresses - Filters the emails which are sent to specified email addresses in BCC.
- cc
Recipient List<String>Addresses - Filters the emails which are sent to specified email addresses in CC.
- created
End NumberTime Secs - Specifies the end time in Unix timestamp epoch in seconds where the created time of the email/item is less than specified value.
- created
Start NumberTime Secs - Specifies the start time in Unix timestamp epoch in seconds where the created time of the email/item is more than specified value.
- due
Date NumberEnd Time Secs - Specifies the end time in Unix timestamp epoch in seconds where the last modification time of the email/item is less than specified value.
- due
Date NumberStart Time Secs - Specifies the start time in Unix timestamp epoch in seconds where the last modification time of the email/item is more than specified value.
- email
Address String - Filters the contact items which have specified text in email address.
- email
Subject String - Filters the emails which have the specified text in its subject.
- first
Name String - Filters the contacts with specified text in first name.
- folder
Names List<String> - Filters the emails which are categorized to specified folders.
- has
Attachment Boolean - Filters the emails which have attachment.
- last
Modified NumberEnd Time Secs - Specifies the end time in Unix timestamp epoch in seconds where the last modification time of the email/item is less than specified value.
- last
Modified NumberStart Time Secs - Specifies the start time in Unix timestamp epoch in seconds where the last modification time of the email/item is more than specified value.
- last
Name String - Filters the contacts with specified text in last name.
- middle
Name String - Filters the contacts with specified text in middle name.
- organizer
Address String - Filters the calendar items which are organized by specified User's email address.
- received
End NumberTime Secs - Specifies the end time in Unix timestamp epoch in seconds where the received time of the email is less than specified value.
- received
Start NumberTime Secs - Specifies the start time in Unix timestamp epoch in seconds where the received time of the email is more than specified value.
- recipient
Addresses List<String> - Filters the emails which are sent to specified email addresses.
- sender
Address String - Filters the emails which are received from specified User's email address.
- source
Environment String - Specifies the source environment.
- Constraints: Allowable values are:
kO365
.
- Constraints: Allowable values are:
- task
Status List<String>Types - Specifies a list of task item status types. Task items having status within the given types will be returned.
- Constraints: Allowable list items are:
NotStarted
,InProgress
,Completed
,WaitingOnOthers
,Deferred
.
- Constraints: Allowable list items are:
- types List<String>
- Specifies a list of mailbox item types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Email
,Folder
,Calendar
,Contact
,Task
,Note
.
- Constraints: Allowable list items are:
GetBackupRecoverySearchIndexedObjectMsGroupsParamsO365Params
- Domain
Ids List<double> - Specifies the domain Ids in which indexed items are searched.
- Group
Ids List<double> - Specifies the Group ids across which the indexed items needs to be searched.
- Site
Ids List<double> - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- Teams
Ids List<double> - Specifies the Teams ids across which the indexed items needs to be searched.
- User
Ids List<double> - Specifies the user ids across which the indexed items needs to be searched.
- Domain
Ids []float64 - Specifies the domain Ids in which indexed items are searched.
- Group
Ids []float64 - Specifies the Group ids across which the indexed items needs to be searched.
- Site
Ids []float64 - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- Teams
Ids []float64 - Specifies the Teams ids across which the indexed items needs to be searched.
- User
Ids []float64 - Specifies the user ids across which the indexed items needs to be searched.
- domain
Ids List<Double> - Specifies the domain Ids in which indexed items are searched.
- group
Ids List<Double> - Specifies the Group ids across which the indexed items needs to be searched.
- site
Ids List<Double> - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- teams
Ids List<Double> - Specifies the Teams ids across which the indexed items needs to be searched.
- user
Ids List<Double> - Specifies the user ids across which the indexed items needs to be searched.
- domain
Ids number[] - Specifies the domain Ids in which indexed items are searched.
- group
Ids number[] - Specifies the Group ids across which the indexed items needs to be searched.
- site
Ids number[] - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- teams
Ids number[] - Specifies the Teams ids across which the indexed items needs to be searched.
- user
Ids number[] - Specifies the user ids across which the indexed items needs to be searched.
- domain_
ids Sequence[float] - Specifies the domain Ids in which indexed items are searched.
- group_
ids Sequence[float] - Specifies the Group ids across which the indexed items needs to be searched.
- site_
ids Sequence[float] - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- teams_
ids Sequence[float] - Specifies the Teams ids across which the indexed items needs to be searched.
- user_
ids Sequence[float] - Specifies the user ids across which the indexed items needs to be searched.
- domain
Ids List<Number> - Specifies the domain Ids in which indexed items are searched.
- group
Ids List<Number> - Specifies the Group ids across which the indexed items needs to be searched.
- site
Ids List<Number> - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- teams
Ids List<Number> - Specifies the Teams ids across which the indexed items needs to be searched.
- user
Ids List<Number> - Specifies the user ids across which the indexed items needs to be searched.
GetBackupRecoverySearchIndexedObjectMsGroupsParamsSiteParams
- Category
Types List<string> - Specifies a list of document library types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Document
,Excel
,Powerpoint
,Image
,OneNote
.
- Constraints: Allowable list items are:
- Creation
End doubleTime Secs - Specifies the end time in Unix timestamp epoch in seconds when the file/folder is created.
- Creation
Start doubleTime Secs - Specifies the start time in Unix timestamp epoch in seconds when the file/folder is created.
- Include
Files bool - Specifies whether to include files in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- Include
Folders bool - Specifies whether to include folders in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- O365Params
Get
Backup Recovery Search Indexed Object Ms Groups Params Site Params O365Params - Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- Owner
Names List<string> - Specifies the list of owner names to filter on owner of the file/folder.
- Search
String string - Specifies the search string to filter the files/folders. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- Size
Bytes doubleLower Limit - Specifies the minimum size of the file in bytes.
- Size
Bytes doubleUpper Limit - Specifies the maximum size of the file in bytes.
- Category
Types []string - Specifies a list of document library types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Document
,Excel
,Powerpoint
,Image
,OneNote
.
- Constraints: Allowable list items are:
- Creation
End float64Time Secs - Specifies the end time in Unix timestamp epoch in seconds when the file/folder is created.
- Creation
Start float64Time Secs - Specifies the start time in Unix timestamp epoch in seconds when the file/folder is created.
- Include
Files bool - Specifies whether to include files in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- Include
Folders bool - Specifies whether to include folders in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- O365Params
Get
Backup Recovery Search Indexed Object Ms Groups Params Site Params O365Params - Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- Owner
Names []string - Specifies the list of owner names to filter on owner of the file/folder.
- Search
String string - Specifies the search string to filter the files/folders. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- Size
Bytes float64Lower Limit - Specifies the minimum size of the file in bytes.
- Size
Bytes float64Upper Limit - Specifies the maximum size of the file in bytes.
- category
Types List<String> - Specifies a list of document library types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Document
,Excel
,Powerpoint
,Image
,OneNote
.
- Constraints: Allowable list items are:
- creation
End DoubleTime Secs - Specifies the end time in Unix timestamp epoch in seconds when the file/folder is created.
- creation
Start DoubleTime Secs - Specifies the start time in Unix timestamp epoch in seconds when the file/folder is created.
- include
Files Boolean - Specifies whether to include files in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- include
Folders Boolean - Specifies whether to include folders in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- o365Params
Get
Backup Recovery Search Indexed Object Ms Groups Params Site Params O365Params - Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- owner
Names List<String> - Specifies the list of owner names to filter on owner of the file/folder.
- search
String String - Specifies the search string to filter the files/folders. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- size
Bytes DoubleLower Limit - Specifies the minimum size of the file in bytes.
- size
Bytes DoubleUpper Limit - Specifies the maximum size of the file in bytes.
- category
Types string[] - Specifies a list of document library types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Document
,Excel
,Powerpoint
,Image
,OneNote
.
- Constraints: Allowable list items are:
- creation
End numberTime Secs - Specifies the end time in Unix timestamp epoch in seconds when the file/folder is created.
- creation
Start numberTime Secs - Specifies the start time in Unix timestamp epoch in seconds when the file/folder is created.
- include
Files boolean - Specifies whether to include files in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- include
Folders boolean - Specifies whether to include folders in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- o365Params
Get
Backup Recovery Search Indexed Object Ms Groups Params Site Params O365Params - Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- owner
Names string[] - Specifies the list of owner names to filter on owner of the file/folder.
- search
String string - Specifies the search string to filter the files/folders. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- size
Bytes numberLower Limit - Specifies the minimum size of the file in bytes.
- size
Bytes numberUpper Limit - Specifies the maximum size of the file in bytes.
- category_
types Sequence[str] - Specifies a list of document library types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Document
,Excel
,Powerpoint
,Image
,OneNote
.
- Constraints: Allowable list items are:
- creation_
end_ floattime_ secs - Specifies the end time in Unix timestamp epoch in seconds when the file/folder is created.
- creation_
start_ floattime_ secs - Specifies the start time in Unix timestamp epoch in seconds when the file/folder is created.
- include_
files bool - Specifies whether to include files in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- include_
folders bool - Specifies whether to include folders in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- o365_
params GetBackup Recovery Search Indexed Object Ms Groups Params Site Params O365Params - Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- owner_
names Sequence[str] - Specifies the list of owner names to filter on owner of the file/folder.
- search_
string str - Specifies the search string to filter the files/folders. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- size_
bytes_ floatlower_ limit - Specifies the minimum size of the file in bytes.
- size_
bytes_ floatupper_ limit - Specifies the maximum size of the file in bytes.
- category
Types List<String> - Specifies a list of document library types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Document
,Excel
,Powerpoint
,Image
,OneNote
.
- Constraints: Allowable list items are:
- creation
End NumberTime Secs - Specifies the end time in Unix timestamp epoch in seconds when the file/folder is created.
- creation
Start NumberTime Secs - Specifies the start time in Unix timestamp epoch in seconds when the file/folder is created.
- include
Files Boolean - Specifies whether to include files in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- include
Folders Boolean - Specifies whether to include folders in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- o365Params Property Map
- Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- owner
Names List<String> - Specifies the list of owner names to filter on owner of the file/folder.
- search
String String - Specifies the search string to filter the files/folders. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- size
Bytes NumberLower Limit - Specifies the minimum size of the file in bytes.
- size
Bytes NumberUpper Limit - Specifies the maximum size of the file in bytes.
GetBackupRecoverySearchIndexedObjectMsGroupsParamsSiteParamsO365Params
- Domain
Ids List<double> - Specifies the domain Ids in which indexed items are searched.
- Group
Ids List<double> - Specifies the Group ids across which the indexed items needs to be searched.
- Site
Ids List<double> - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- Teams
Ids List<double> - Specifies the Teams ids across which the indexed items needs to be searched.
- User
Ids List<double> - Specifies the user ids across which the indexed items needs to be searched.
- Domain
Ids []float64 - Specifies the domain Ids in which indexed items are searched.
- Group
Ids []float64 - Specifies the Group ids across which the indexed items needs to be searched.
- Site
Ids []float64 - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- Teams
Ids []float64 - Specifies the Teams ids across which the indexed items needs to be searched.
- User
Ids []float64 - Specifies the user ids across which the indexed items needs to be searched.
- domain
Ids List<Double> - Specifies the domain Ids in which indexed items are searched.
- group
Ids List<Double> - Specifies the Group ids across which the indexed items needs to be searched.
- site
Ids List<Double> - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- teams
Ids List<Double> - Specifies the Teams ids across which the indexed items needs to be searched.
- user
Ids List<Double> - Specifies the user ids across which the indexed items needs to be searched.
- domain
Ids number[] - Specifies the domain Ids in which indexed items are searched.
- group
Ids number[] - Specifies the Group ids across which the indexed items needs to be searched.
- site
Ids number[] - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- teams
Ids number[] - Specifies the Teams ids across which the indexed items needs to be searched.
- user
Ids number[] - Specifies the user ids across which the indexed items needs to be searched.
- domain_
ids Sequence[float] - Specifies the domain Ids in which indexed items are searched.
- group_
ids Sequence[float] - Specifies the Group ids across which the indexed items needs to be searched.
- site_
ids Sequence[float] - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- teams_
ids Sequence[float] - Specifies the Teams ids across which the indexed items needs to be searched.
- user_
ids Sequence[float] - Specifies the user ids across which the indexed items needs to be searched.
- domain
Ids List<Number> - Specifies the domain Ids in which indexed items are searched.
- group
Ids List<Number> - Specifies the Group ids across which the indexed items needs to be searched.
- site
Ids List<Number> - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- teams
Ids List<Number> - Specifies the Teams ids across which the indexed items needs to be searched.
- user
Ids List<Number> - Specifies the user ids across which the indexed items needs to be searched.
GetBackupRecoverySearchIndexedObjectMsTeamsParams
- Category
Types List<string> - Specifies a list of teams files types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Document
,Excel
,Powerpoint
,Image
,OneNote
.
- Constraints: Allowable list items are:
- Channel
Names List<string> - Specifies the list of channel names to filter while doing search for files.
- Channel
Params GetBackup Recovery Search Indexed Object Ms Teams Params Channel Params - Specifies the request parameters related to channels for Microsoft365 teams. Nested schema for channel_params:
- Creation
End doubleTime Secs - Specifies the end time in Unix timestamp epoch in seconds when the item is created.
- Creation
Start doubleTime Secs - Specifies the start time in Unix timestamp epoch in seconds when the item is created.
- O365Params
Get
Backup Recovery Search Indexed Object Ms Teams Params O365Params - Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- Owner
Names List<string> - Specifies the list of owner email ids to filter on owner of the item.
- Search
String string - Specifies the search string to filter the items. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- Size
Bytes doubleLower Limit - Specifies the minimum size of the item in bytes.
- Size
Bytes doubleUpper Limit - Specifies the maximum size of the item in bytes.
- Types List<string>
- Specifies a list of Teams item types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Channel
,Chat
,Conversation
,File
,Folder
.
- Constraints: Allowable list items are:
- Category
Types []string - Specifies a list of teams files types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Document
,Excel
,Powerpoint
,Image
,OneNote
.
- Constraints: Allowable list items are:
- Channel
Names []string - Specifies the list of channel names to filter while doing search for files.
- Channel
Params GetBackup Recovery Search Indexed Object Ms Teams Params Channel Params - Specifies the request parameters related to channels for Microsoft365 teams. Nested schema for channel_params:
- Creation
End float64Time Secs - Specifies the end time in Unix timestamp epoch in seconds when the item is created.
- Creation
Start float64Time Secs - Specifies the start time in Unix timestamp epoch in seconds when the item is created.
- O365Params
Get
Backup Recovery Search Indexed Object Ms Teams Params O365Params - Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- Owner
Names []string - Specifies the list of owner email ids to filter on owner of the item.
- Search
String string - Specifies the search string to filter the items. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- Size
Bytes float64Lower Limit - Specifies the minimum size of the item in bytes.
- Size
Bytes float64Upper Limit - Specifies the maximum size of the item in bytes.
- Types []string
- Specifies a list of Teams item types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Channel
,Chat
,Conversation
,File
,Folder
.
- Constraints: Allowable list items are:
- category
Types List<String> - Specifies a list of teams files types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Document
,Excel
,Powerpoint
,Image
,OneNote
.
- Constraints: Allowable list items are:
- channel
Names List<String> - Specifies the list of channel names to filter while doing search for files.
- channel
Params GetBackup Recovery Search Indexed Object Ms Teams Params Channel Params - Specifies the request parameters related to channels for Microsoft365 teams. Nested schema for channel_params:
- creation
End DoubleTime Secs - Specifies the end time in Unix timestamp epoch in seconds when the item is created.
- creation
Start DoubleTime Secs - Specifies the start time in Unix timestamp epoch in seconds when the item is created.
- o365Params
Get
Backup Recovery Search Indexed Object Ms Teams Params O365Params - Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- owner
Names List<String> - Specifies the list of owner email ids to filter on owner of the item.
- search
String String - Specifies the search string to filter the items. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- size
Bytes DoubleLower Limit - Specifies the minimum size of the item in bytes.
- size
Bytes DoubleUpper Limit - Specifies the maximum size of the item in bytes.
- types List<String>
- Specifies a list of Teams item types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Channel
,Chat
,Conversation
,File
,Folder
.
- Constraints: Allowable list items are:
- category
Types string[] - Specifies a list of teams files types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Document
,Excel
,Powerpoint
,Image
,OneNote
.
- Constraints: Allowable list items are:
- channel
Names string[] - Specifies the list of channel names to filter while doing search for files.
- channel
Params GetBackup Recovery Search Indexed Object Ms Teams Params Channel Params - Specifies the request parameters related to channels for Microsoft365 teams. Nested schema for channel_params:
- creation
End numberTime Secs - Specifies the end time in Unix timestamp epoch in seconds when the item is created.
- creation
Start numberTime Secs - Specifies the start time in Unix timestamp epoch in seconds when the item is created.
- o365Params
Get
Backup Recovery Search Indexed Object Ms Teams Params O365Params - Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- owner
Names string[] - Specifies the list of owner email ids to filter on owner of the item.
- search
String string - Specifies the search string to filter the items. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- size
Bytes numberLower Limit - Specifies the minimum size of the item in bytes.
- size
Bytes numberUpper Limit - Specifies the maximum size of the item in bytes.
- types string[]
- Specifies a list of Teams item types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Channel
,Chat
,Conversation
,File
,Folder
.
- Constraints: Allowable list items are:
- category_
types Sequence[str] - Specifies a list of teams files types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Document
,Excel
,Powerpoint
,Image
,OneNote
.
- Constraints: Allowable list items are:
- channel_
names Sequence[str] - Specifies the list of channel names to filter while doing search for files.
- channel_
params GetBackup Recovery Search Indexed Object Ms Teams Params Channel Params - Specifies the request parameters related to channels for Microsoft365 teams. Nested schema for channel_params:
- creation_
end_ floattime_ secs - Specifies the end time in Unix timestamp epoch in seconds when the item is created.
- creation_
start_ floattime_ secs - Specifies the start time in Unix timestamp epoch in seconds when the item is created.
- o365_
params GetBackup Recovery Search Indexed Object Ms Teams Params O365Params - Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- owner_
names Sequence[str] - Specifies the list of owner email ids to filter on owner of the item.
- search_
string str - Specifies the search string to filter the items. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- size_
bytes_ floatlower_ limit - Specifies the minimum size of the item in bytes.
- size_
bytes_ floatupper_ limit - Specifies the maximum size of the item in bytes.
- types Sequence[str]
- Specifies a list of Teams item types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Channel
,Chat
,Conversation
,File
,Folder
.
- Constraints: Allowable list items are:
- category
Types List<String> - Specifies a list of teams files types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Document
,Excel
,Powerpoint
,Image
,OneNote
.
- Constraints: Allowable list items are:
- channel
Names List<String> - Specifies the list of channel names to filter while doing search for files.
- channel
Params Property Map - Specifies the request parameters related to channels for Microsoft365 teams. Nested schema for channel_params:
- creation
End NumberTime Secs - Specifies the end time in Unix timestamp epoch in seconds when the item is created.
- creation
Start NumberTime Secs - Specifies the start time in Unix timestamp epoch in seconds when the item is created.
- o365Params Property Map
- Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- owner
Names List<String> - Specifies the list of owner email ids to filter on owner of the item.
- search
String String - Specifies the search string to filter the items. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- size
Bytes NumberLower Limit - Specifies the minimum size of the item in bytes.
- size
Bytes NumberUpper Limit - Specifies the maximum size of the item in bytes.
- types List<String>
- Specifies a list of Teams item types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Channel
,Chat
,Conversation
,File
,Folder
.
- Constraints: Allowable list items are:
GetBackupRecoverySearchIndexedObjectMsTeamsParamsChannelParams
- Channel
Email string - Specifies the email id of the channel.
- Channel
Id string - Specifies the unique id of the channel.
- Channel
Name string - Specifies the name of the channel. Only items within the specified channel will be returned.
- Include
Private boolChannels - Specifies whether to include private channels in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- Include
Public boolChannels - Specifies whether to include public channels in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- Channel
Email string - Specifies the email id of the channel.
- Channel
Id string - Specifies the unique id of the channel.
- Channel
Name string - Specifies the name of the channel. Only items within the specified channel will be returned.
- Include
Private boolChannels - Specifies whether to include private channels in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- Include
Public boolChannels - Specifies whether to include public channels in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- channel
Email String - Specifies the email id of the channel.
- channel
Id String - Specifies the unique id of the channel.
- channel
Name String - Specifies the name of the channel. Only items within the specified channel will be returned.
- include
Private BooleanChannels - Specifies whether to include private channels in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- include
Public BooleanChannels - Specifies whether to include public channels in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- channel
Email string - Specifies the email id of the channel.
- channel
Id string - Specifies the unique id of the channel.
- channel
Name string - Specifies the name of the channel. Only items within the specified channel will be returned.
- include
Private booleanChannels - Specifies whether to include private channels in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- include
Public booleanChannels - Specifies whether to include public channels in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- channel_
email str - Specifies the email id of the channel.
- channel_
id str - Specifies the unique id of the channel.
- channel_
name str - Specifies the name of the channel. Only items within the specified channel will be returned.
- include_
private_ boolchannels - Specifies whether to include private channels in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- include_
public_ boolchannels - Specifies whether to include public channels in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- channel
Email String - Specifies the email id of the channel.
- channel
Id String - Specifies the unique id of the channel.
- channel
Name String - Specifies the name of the channel. Only items within the specified channel will be returned.
- include
Private BooleanChannels - Specifies whether to include private channels in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- include
Public BooleanChannels - Specifies whether to include public channels in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
GetBackupRecoverySearchIndexedObjectMsTeamsParamsO365Params
- Domain
Ids List<double> - Specifies the domain Ids in which indexed items are searched.
- Group
Ids List<double> - Specifies the Group ids across which the indexed items needs to be searched.
- Site
Ids List<double> - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- Teams
Ids List<double> - Specifies the Teams ids across which the indexed items needs to be searched.
- User
Ids List<double> - Specifies the user ids across which the indexed items needs to be searched.
- Domain
Ids []float64 - Specifies the domain Ids in which indexed items are searched.
- Group
Ids []float64 - Specifies the Group ids across which the indexed items needs to be searched.
- Site
Ids []float64 - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- Teams
Ids []float64 - Specifies the Teams ids across which the indexed items needs to be searched.
- User
Ids []float64 - Specifies the user ids across which the indexed items needs to be searched.
- domain
Ids List<Double> - Specifies the domain Ids in which indexed items are searched.
- group
Ids List<Double> - Specifies the Group ids across which the indexed items needs to be searched.
- site
Ids List<Double> - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- teams
Ids List<Double> - Specifies the Teams ids across which the indexed items needs to be searched.
- user
Ids List<Double> - Specifies the user ids across which the indexed items needs to be searched.
- domain
Ids number[] - Specifies the domain Ids in which indexed items are searched.
- group
Ids number[] - Specifies the Group ids across which the indexed items needs to be searched.
- site
Ids number[] - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- teams
Ids number[] - Specifies the Teams ids across which the indexed items needs to be searched.
- user
Ids number[] - Specifies the user ids across which the indexed items needs to be searched.
- domain_
ids Sequence[float] - Specifies the domain Ids in which indexed items are searched.
- group_
ids Sequence[float] - Specifies the Group ids across which the indexed items needs to be searched.
- site_
ids Sequence[float] - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- teams_
ids Sequence[float] - Specifies the Teams ids across which the indexed items needs to be searched.
- user_
ids Sequence[float] - Specifies the user ids across which the indexed items needs to be searched.
- domain
Ids List<Number> - Specifies the domain Ids in which indexed items are searched.
- group
Ids List<Number> - Specifies the Group ids across which the indexed items needs to be searched.
- site
Ids List<Number> - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- teams
Ids List<Number> - Specifies the Teams ids across which the indexed items needs to be searched.
- user
Ids List<Number> - Specifies the user ids across which the indexed items needs to be searched.
GetBackupRecoverySearchIndexedObjectOneDriveItem
- Creation
Time doubleSecs - File
Type string - Item
Id string - Item
Size double - Name string
- Owner
Email string - Owner
Name string - Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - List<Get
Backup Recovery Search Indexed Object One Drive Item Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos List<GetBackup Recovery Search Indexed Object One Drive Item Source Info> - Storage
Domain doubleId - List<Get
Backup Recovery Search Indexed Object One Drive Item Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- Creation
Time float64Secs - File
Type string - Item
Id string - Item
Size float64 - Name string
- Owner
Email string - Owner
Name string - Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - []Get
Backup Recovery Search Indexed Object One Drive Item Snapshot Tag - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos []GetBackup Recovery Search Indexed Object One Drive Item Source Info - Storage
Domain float64Id - []Get
Backup Recovery Search Indexed Object One Drive Item Tag - "This field is deprecated. Please use mightHaveTagIds.".
- creation
Time DoubleSecs - file
Type String - item
Id String - item
Size Double - name String
- owner
Email String - owner
Name String - path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - List<Get
Backup Recovery Search Indexed Object One Drive Item Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<GetBackup Recovery Search Indexed Object One Drive Item Source Info> - storage
Domain DoubleId - List<Get
Backup Recovery Search Indexed Object One Drive Item Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- creation
Time numberSecs - file
Type string - item
Id string - item
Size number - name string
- owner
Email string - owner
Name string - path string
- policy
Id string - policy
Name string - protection
Group stringId - protection
Group stringName - Get
Backup Recovery Search Indexed Object One Drive Item Snapshot Tag[] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos GetBackup Recovery Search Indexed Object One Drive Item Source Info[] - storage
Domain numberId - Get
Backup Recovery Search Indexed Object One Drive Item Tag[] - "This field is deprecated. Please use mightHaveTagIds.".
- creation_
time_ floatsecs - file_
type str - item_
id str - item_
size float - name str
- owner_
email str - owner_
name str - path str
- policy_
id str - policy_
name str - protection_
group_ strid - protection_
group_ strname - Sequence[Get
Backup Recovery Search Indexed Object One Drive Item Snapshot Tag] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source_
infos Sequence[GetBackup Recovery Search Indexed Object One Drive Item Source Info] - storage_
domain_ floatid - Sequence[Get
Backup Recovery Search Indexed Object One Drive Item Tag] - "This field is deprecated. Please use mightHaveTagIds.".
- creation
Time NumberSecs - file
Type String - item
Id String - item
Size Number - name String
- owner
Email String - owner
Name String - path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - List<Property Map>
- "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<Property Map> - storage
Domain NumberId - List<Property Map>
- "This field is deprecated. Please use mightHaveTagIds.".
GetBackupRecoverySearchIndexedObjectOneDriveItemSnapshotTag
GetBackupRecoverySearchIndexedObjectOneDriveItemSourceInfo
- Child
Objects List<GetBackup Recovery Search Indexed Object One Drive Item Source Info Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object One Drive Item Source Info Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object One Drive Item Source Info VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object One Drive Item Source Info Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object One Drive Item Source Info Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object One Drive Item Source Info Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object One Drive Item Source Info VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object One Drive Item Source Info Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object One Drive Item Source Info Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object One Drive Item Source Info Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object One Drive Item Source Info VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object One Drive Item Source Info Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object One Drive Item Source Info Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object One Drive Item Source Info Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object One Drive Item Source Info VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object One Drive Item Source Info Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object One Drive Item Source Info Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object One Drive Item Source Info Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object One Drive Item Source Info VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object One Drive Item Source Info Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectOneDriveItemSourceInfoChildObject
- Child
Objects List<GetBackup Recovery Search Indexed Object One Drive Item Source Info Child Object Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object One Drive Item Source Info Child Object Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object One Drive Item Source Info Child Object VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object One Drive Item Source Info Child Object Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object One Drive Item Source Info Child Object Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object One Drive Item Source Info Child Object Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object One Drive Item Source Info Child Object VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object One Drive Item Source Info Child Object Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object One Drive Item Source Info Child Object Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object One Drive Item Source Info Child Object Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object One Drive Item Source Info Child Object VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object One Drive Item Source Info Child Object Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object One Drive Item Source Info Child Object Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object One Drive Item Source Info Child Object Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object One Drive Item Source Info Child Object VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object One Drive Item Source Info Child Object Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object One Drive Item Source Info Child Object Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object One Drive Item Source Info Child Object Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object One Drive Item Source Info Child Object VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object One Drive Item Source Info Child Object Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectOneDriveItemSourceInfoChildObjectSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectOneDriveItemSourceInfoChildObjectVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectOneDriveItemSourceInfoChildObjectWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectOneDriveItemSourceInfoSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectOneDriveItemSourceInfoVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectOneDriveItemSourceInfoWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectOneDriveItemTag
- Tag
Id string
- Tag
Id string
- tag
Id String
- tag
Id string
- tag_
id str
- tag
Id String
GetBackupRecoverySearchIndexedObjectOneDriveParams
- Category
Types List<string> - Specifies a list of document library types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Document
,Excel
,Powerpoint
,Image
,OneNote
.
- Constraints: Allowable list items are:
- Creation
End doubleTime Secs - Specifies the end time in Unix timestamp epoch in seconds when the file/folder is created.
- Creation
Start doubleTime Secs - Specifies the start time in Unix timestamp epoch in seconds when the file/folder is created.
- Include
Files bool - Specifies whether to include files in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- Include
Folders bool - Specifies whether to include folders in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- O365Params
Get
Backup Recovery Search Indexed Object One Drive Params O365Params - Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- Owner
Names List<string> - Specifies the list of owner names to filter on owner of the file/folder.
- Search
String string - Specifies the search string to filter the files/folders. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- Size
Bytes doubleLower Limit - Specifies the minimum size of the file in bytes.
- Size
Bytes doubleUpper Limit - Specifies the maximum size of the file in bytes.
- Category
Types []string - Specifies a list of document library types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Document
,Excel
,Powerpoint
,Image
,OneNote
.
- Constraints: Allowable list items are:
- Creation
End float64Time Secs - Specifies the end time in Unix timestamp epoch in seconds when the file/folder is created.
- Creation
Start float64Time Secs - Specifies the start time in Unix timestamp epoch in seconds when the file/folder is created.
- Include
Files bool - Specifies whether to include files in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- Include
Folders bool - Specifies whether to include folders in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- O365Params
Get
Backup Recovery Search Indexed Object One Drive Params O365Params - Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- Owner
Names []string - Specifies the list of owner names to filter on owner of the file/folder.
- Search
String string - Specifies the search string to filter the files/folders. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- Size
Bytes float64Lower Limit - Specifies the minimum size of the file in bytes.
- Size
Bytes float64Upper Limit - Specifies the maximum size of the file in bytes.
- category
Types List<String> - Specifies a list of document library types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Document
,Excel
,Powerpoint
,Image
,OneNote
.
- Constraints: Allowable list items are:
- creation
End DoubleTime Secs - Specifies the end time in Unix timestamp epoch in seconds when the file/folder is created.
- creation
Start DoubleTime Secs - Specifies the start time in Unix timestamp epoch in seconds when the file/folder is created.
- include
Files Boolean - Specifies whether to include files in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- include
Folders Boolean - Specifies whether to include folders in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- o365Params
Get
Backup Recovery Search Indexed Object One Drive Params O365Params - Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- owner
Names List<String> - Specifies the list of owner names to filter on owner of the file/folder.
- search
String String - Specifies the search string to filter the files/folders. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- size
Bytes DoubleLower Limit - Specifies the minimum size of the file in bytes.
- size
Bytes DoubleUpper Limit - Specifies the maximum size of the file in bytes.
- category
Types string[] - Specifies a list of document library types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Document
,Excel
,Powerpoint
,Image
,OneNote
.
- Constraints: Allowable list items are:
- creation
End numberTime Secs - Specifies the end time in Unix timestamp epoch in seconds when the file/folder is created.
- creation
Start numberTime Secs - Specifies the start time in Unix timestamp epoch in seconds when the file/folder is created.
- include
Files boolean - Specifies whether to include files in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- include
Folders boolean - Specifies whether to include folders in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- o365Params
Get
Backup Recovery Search Indexed Object One Drive Params O365Params - Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- owner
Names string[] - Specifies the list of owner names to filter on owner of the file/folder.
- search
String string - Specifies the search string to filter the files/folders. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- size
Bytes numberLower Limit - Specifies the minimum size of the file in bytes.
- size
Bytes numberUpper Limit - Specifies the maximum size of the file in bytes.
- category_
types Sequence[str] - Specifies a list of document library types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Document
,Excel
,Powerpoint
,Image
,OneNote
.
- Constraints: Allowable list items are:
- creation_
end_ floattime_ secs - Specifies the end time in Unix timestamp epoch in seconds when the file/folder is created.
- creation_
start_ floattime_ secs - Specifies the start time in Unix timestamp epoch in seconds when the file/folder is created.
- include_
files bool - Specifies whether to include files in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- include_
folders bool - Specifies whether to include folders in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- o365_
params GetBackup Recovery Search Indexed Object One Drive Params O365Params - Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- owner_
names Sequence[str] - Specifies the list of owner names to filter on owner of the file/folder.
- search_
string str - Specifies the search string to filter the files/folders. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- size_
bytes_ floatlower_ limit - Specifies the minimum size of the file in bytes.
- size_
bytes_ floatupper_ limit - Specifies the maximum size of the file in bytes.
- category
Types List<String> - Specifies a list of document library types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Document
,Excel
,Powerpoint
,Image
,OneNote
.
- Constraints: Allowable list items are:
- creation
End NumberTime Secs - Specifies the end time in Unix timestamp epoch in seconds when the file/folder is created.
- creation
Start NumberTime Secs - Specifies the start time in Unix timestamp epoch in seconds when the file/folder is created.
- include
Files Boolean - Specifies whether to include files in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- include
Folders Boolean - Specifies whether to include folders in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- o365Params Property Map
- Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- owner
Names List<String> - Specifies the list of owner names to filter on owner of the file/folder.
- search
String String - Specifies the search string to filter the files/folders. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- size
Bytes NumberLower Limit - Specifies the minimum size of the file in bytes.
- size
Bytes NumberUpper Limit - Specifies the maximum size of the file in bytes.
GetBackupRecoverySearchIndexedObjectOneDriveParamsO365Params
- Domain
Ids List<double> - Specifies the domain Ids in which indexed items are searched.
- Group
Ids List<double> - Specifies the Group ids across which the indexed items needs to be searched.
- Site
Ids List<double> - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- Teams
Ids List<double> - Specifies the Teams ids across which the indexed items needs to be searched.
- User
Ids List<double> - Specifies the user ids across which the indexed items needs to be searched.
- Domain
Ids []float64 - Specifies the domain Ids in which indexed items are searched.
- Group
Ids []float64 - Specifies the Group ids across which the indexed items needs to be searched.
- Site
Ids []float64 - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- Teams
Ids []float64 - Specifies the Teams ids across which the indexed items needs to be searched.
- User
Ids []float64 - Specifies the user ids across which the indexed items needs to be searched.
- domain
Ids List<Double> - Specifies the domain Ids in which indexed items are searched.
- group
Ids List<Double> - Specifies the Group ids across which the indexed items needs to be searched.
- site
Ids List<Double> - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- teams
Ids List<Double> - Specifies the Teams ids across which the indexed items needs to be searched.
- user
Ids List<Double> - Specifies the user ids across which the indexed items needs to be searched.
- domain
Ids number[] - Specifies the domain Ids in which indexed items are searched.
- group
Ids number[] - Specifies the Group ids across which the indexed items needs to be searched.
- site
Ids number[] - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- teams
Ids number[] - Specifies the Teams ids across which the indexed items needs to be searched.
- user
Ids number[] - Specifies the user ids across which the indexed items needs to be searched.
- domain_
ids Sequence[float] - Specifies the domain Ids in which indexed items are searched.
- group_
ids Sequence[float] - Specifies the Group ids across which the indexed items needs to be searched.
- site_
ids Sequence[float] - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- teams_
ids Sequence[float] - Specifies the Teams ids across which the indexed items needs to be searched.
- user_
ids Sequence[float] - Specifies the user ids across which the indexed items needs to be searched.
- domain
Ids List<Number> - Specifies the domain Ids in which indexed items are searched.
- group
Ids List<Number> - Specifies the Group ids across which the indexed items needs to be searched.
- site
Ids List<Number> - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- teams
Ids List<Number> - Specifies the Teams ids across which the indexed items needs to be searched.
- user
Ids List<Number> - Specifies the user ids across which the indexed items needs to be searched.
GetBackupRecoverySearchIndexedObjectPublicFolderItem
- Has
Attachments bool - Id string
- Item
Class string - Item
Size double - Name string
- Parent
Folder stringId - Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - Received
Time doubleSecs - List<Get
Backup Recovery Search Indexed Object Public Folder Item Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos List<GetBackup Recovery Search Indexed Object Public Folder Item Source Info> - Storage
Domain doubleId - Subject string
- List<Get
Backup Recovery Search Indexed Object Public Folder Item Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- Type string
- Has
Attachments bool - Id string
- Item
Class string - Item
Size float64 - Name string
- Parent
Folder stringId - Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - Received
Time float64Secs - []Get
Backup Recovery Search Indexed Object Public Folder Item Snapshot Tag - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos []GetBackup Recovery Search Indexed Object Public Folder Item Source Info - Storage
Domain float64Id - Subject string
- []Get
Backup Recovery Search Indexed Object Public Folder Item Tag - "This field is deprecated. Please use mightHaveTagIds.".
- Type string
- has
Attachments Boolean - id String
- item
Class String - item
Size Double - name String
- parent
Folder StringId - path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - received
Time DoubleSecs - List<Get
Backup Recovery Search Indexed Object Public Folder Item Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<GetBackup Recovery Search Indexed Object Public Folder Item Source Info> - storage
Domain DoubleId - subject String
- List<Get
Backup Recovery Search Indexed Object Public Folder Item Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- type String
- has
Attachments boolean - id string
- item
Class string - item
Size number - name string
- parent
Folder stringId - path string
- policy
Id string - policy
Name string - protection
Group stringId - protection
Group stringName - received
Time numberSecs - Get
Backup Recovery Search Indexed Object Public Folder Item Snapshot Tag[] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos GetBackup Recovery Search Indexed Object Public Folder Item Source Info[] - storage
Domain numberId - subject string
- Get
Backup Recovery Search Indexed Object Public Folder Item Tag[] - "This field is deprecated. Please use mightHaveTagIds.".
- type string
- has_
attachments bool - id str
- item_
class str - item_
size float - name str
- parent_
folder_ strid - path str
- policy_
id str - policy_
name str - protection_
group_ strid - protection_
group_ strname - received_
time_ floatsecs - Sequence[Get
Backup Recovery Search Indexed Object Public Folder Item Snapshot Tag] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source_
infos Sequence[GetBackup Recovery Search Indexed Object Public Folder Item Source Info] - storage_
domain_ floatid - subject str
- Sequence[Get
Backup Recovery Search Indexed Object Public Folder Item Tag] - "This field is deprecated. Please use mightHaveTagIds.".
- type str
- has
Attachments Boolean - id String
- item
Class String - item
Size Number - name String
- parent
Folder StringId - path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - received
Time NumberSecs - List<Property Map>
- "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<Property Map> - storage
Domain NumberId - subject String
- List<Property Map>
- "This field is deprecated. Please use mightHaveTagIds.".
- type String
GetBackupRecoverySearchIndexedObjectPublicFolderItemSnapshotTag
GetBackupRecoverySearchIndexedObjectPublicFolderItemSourceInfo
- Child
Objects List<GetBackup Recovery Search Indexed Object Public Folder Item Source Info Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object Public Folder Item Source Info Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object Public Folder Item Source Info VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Public Folder Item Source Info Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object Public Folder Item Source Info Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object Public Folder Item Source Info Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object Public Folder Item Source Info VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object Public Folder Item Source Info Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object Public Folder Item Source Info Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object Public Folder Item Source Info Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object Public Folder Item Source Info VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Public Folder Item Source Info Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object Public Folder Item Source Info Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object Public Folder Item Source Info Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object Public Folder Item Source Info VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object Public Folder Item Source Info Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object Public Folder Item Source Info Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object Public Folder Item Source Info Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object Public Folder Item Source Info VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object Public Folder Item Source Info Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectPublicFolderItemSourceInfoChildObject
- Child
Objects List<GetBackup Recovery Search Indexed Object Public Folder Item Source Info Child Object Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object Public Folder Item Source Info Child Object Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object Public Folder Item Source Info Child Object VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Public Folder Item Source Info Child Object Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object Public Folder Item Source Info Child Object Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object Public Folder Item Source Info Child Object Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object Public Folder Item Source Info Child Object VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object Public Folder Item Source Info Child Object Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object Public Folder Item Source Info Child Object Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object Public Folder Item Source Info Child Object Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object Public Folder Item Source Info Child Object VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Public Folder Item Source Info Child Object Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object Public Folder Item Source Info Child Object Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object Public Folder Item Source Info Child Object Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object Public Folder Item Source Info Child Object VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object Public Folder Item Source Info Child Object Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object Public Folder Item Source Info Child Object Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object Public Folder Item Source Info Child Object Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object Public Folder Item Source Info Child Object VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object Public Folder Item Source Info Child Object Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectPublicFolderItemSourceInfoChildObjectSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectPublicFolderItemSourceInfoChildObjectVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectPublicFolderItemSourceInfoChildObjectWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectPublicFolderItemSourceInfoSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectPublicFolderItemSourceInfoVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectPublicFolderItemSourceInfoWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectPublicFolderItemTag
- Tag
Id string
- Tag
Id string
- tag
Id String
- tag
Id string
- tag_
id str
- tag
Id String
GetBackupRecoverySearchIndexedObjectPublicFolderParams
- Bcc
Recipient List<string>Addresses - Filters the public folder items which are sent to specified email addresses in BCC.
- Constraints: The list items must match regular expression
/^\\S+@\\S+.\\S+$/
.
- Constraints: The list items must match regular expression
- Cc
Recipient List<string>Addresses - Filters the public folder items which are sent to specified email addresses in CC.
- Constraints: The list items must match regular expression
/^\\S+@\\S+.\\S+$/
.
- Constraints: The list items must match regular expression
- Has
Attachment bool - Filters the public folder items which have attachment.
- Received
End doubleTime Secs - Specifies the end time in Unix timestamp epoch in seconds where the received time of the public folder items is less than specified value.
- Received
Start doubleTime Secs - Specifies the start time in Unix timestamp epoch in seconds where the received time of the public folder item is more than specified value.
- Recipient
Addresses List<string> - Filters the public folder items which are sent to specified email addresses.
- Constraints: The list items must match regular expression
/^\\S+@\\S+.\\S+$/
.
- Constraints: The list items must match regular expression
- Search
String string - Specifies the search string to filter the items. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- Sender
Address string - Filters the public folder items which are received from specified user's email address.
- Constraints: The value must match regular expression
/^\\S+@\\S+.\\S+$/
.
- Constraints: The value must match regular expression
- Types List<string>
- Specifies a list of public folder item types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Calendar
,Contact
,Post
,Folder
,Task
,Journal
,Note
.
- Constraints: Allowable list items are:
- Bcc
Recipient []stringAddresses - Filters the public folder items which are sent to specified email addresses in BCC.
- Constraints: The list items must match regular expression
/^\\S+@\\S+.\\S+$/
.
- Constraints: The list items must match regular expression
- Cc
Recipient []stringAddresses - Filters the public folder items which are sent to specified email addresses in CC.
- Constraints: The list items must match regular expression
/^\\S+@\\S+.\\S+$/
.
- Constraints: The list items must match regular expression
- Has
Attachment bool - Filters the public folder items which have attachment.
- Received
End float64Time Secs - Specifies the end time in Unix timestamp epoch in seconds where the received time of the public folder items is less than specified value.
- Received
Start float64Time Secs - Specifies the start time in Unix timestamp epoch in seconds where the received time of the public folder item is more than specified value.
- Recipient
Addresses []string - Filters the public folder items which are sent to specified email addresses.
- Constraints: The list items must match regular expression
/^\\S+@\\S+.\\S+$/
.
- Constraints: The list items must match regular expression
- Search
String string - Specifies the search string to filter the items. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- Sender
Address string - Filters the public folder items which are received from specified user's email address.
- Constraints: The value must match regular expression
/^\\S+@\\S+.\\S+$/
.
- Constraints: The value must match regular expression
- Types []string
- Specifies a list of public folder item types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Calendar
,Contact
,Post
,Folder
,Task
,Journal
,Note
.
- Constraints: Allowable list items are:
- bcc
Recipient List<String>Addresses - Filters the public folder items which are sent to specified email addresses in BCC.
- Constraints: The list items must match regular expression
/^\\S+@\\S+.\\S+$/
.
- Constraints: The list items must match regular expression
- cc
Recipient List<String>Addresses - Filters the public folder items which are sent to specified email addresses in CC.
- Constraints: The list items must match regular expression
/^\\S+@\\S+.\\S+$/
.
- Constraints: The list items must match regular expression
- has
Attachment Boolean - Filters the public folder items which have attachment.
- received
End DoubleTime Secs - Specifies the end time in Unix timestamp epoch in seconds where the received time of the public folder items is less than specified value.
- received
Start DoubleTime Secs - Specifies the start time in Unix timestamp epoch in seconds where the received time of the public folder item is more than specified value.
- recipient
Addresses List<String> - Filters the public folder items which are sent to specified email addresses.
- Constraints: The list items must match regular expression
/^\\S+@\\S+.\\S+$/
.
- Constraints: The list items must match regular expression
- search
String String - Specifies the search string to filter the items. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- sender
Address String - Filters the public folder items which are received from specified user's email address.
- Constraints: The value must match regular expression
/^\\S+@\\S+.\\S+$/
.
- Constraints: The value must match regular expression
- types List<String>
- Specifies a list of public folder item types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Calendar
,Contact
,Post
,Folder
,Task
,Journal
,Note
.
- Constraints: Allowable list items are:
- bcc
Recipient string[]Addresses - Filters the public folder items which are sent to specified email addresses in BCC.
- Constraints: The list items must match regular expression
/^\\S+@\\S+.\\S+$/
.
- Constraints: The list items must match regular expression
- cc
Recipient string[]Addresses - Filters the public folder items which are sent to specified email addresses in CC.
- Constraints: The list items must match regular expression
/^\\S+@\\S+.\\S+$/
.
- Constraints: The list items must match regular expression
- has
Attachment boolean - Filters the public folder items which have attachment.
- received
End numberTime Secs - Specifies the end time in Unix timestamp epoch in seconds where the received time of the public folder items is less than specified value.
- received
Start numberTime Secs - Specifies the start time in Unix timestamp epoch in seconds where the received time of the public folder item is more than specified value.
- recipient
Addresses string[] - Filters the public folder items which are sent to specified email addresses.
- Constraints: The list items must match regular expression
/^\\S+@\\S+.\\S+$/
.
- Constraints: The list items must match regular expression
- search
String string - Specifies the search string to filter the items. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- sender
Address string - Filters the public folder items which are received from specified user's email address.
- Constraints: The value must match regular expression
/^\\S+@\\S+.\\S+$/
.
- Constraints: The value must match regular expression
- types string[]
- Specifies a list of public folder item types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Calendar
,Contact
,Post
,Folder
,Task
,Journal
,Note
.
- Constraints: Allowable list items are:
- bcc_
recipient_ Sequence[str]addresses - Filters the public folder items which are sent to specified email addresses in BCC.
- Constraints: The list items must match regular expression
/^\\S+@\\S+.\\S+$/
.
- Constraints: The list items must match regular expression
- cc_
recipient_ Sequence[str]addresses - Filters the public folder items which are sent to specified email addresses in CC.
- Constraints: The list items must match regular expression
/^\\S+@\\S+.\\S+$/
.
- Constraints: The list items must match regular expression
- has_
attachment bool - Filters the public folder items which have attachment.
- received_
end_ floattime_ secs - Specifies the end time in Unix timestamp epoch in seconds where the received time of the public folder items is less than specified value.
- received_
start_ floattime_ secs - Specifies the start time in Unix timestamp epoch in seconds where the received time of the public folder item is more than specified value.
- recipient_
addresses Sequence[str] - Filters the public folder items which are sent to specified email addresses.
- Constraints: The list items must match regular expression
/^\\S+@\\S+.\\S+$/
.
- Constraints: The list items must match regular expression
- search_
string str - Specifies the search string to filter the items. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- sender_
address str - Filters the public folder items which are received from specified user's email address.
- Constraints: The value must match regular expression
/^\\S+@\\S+.\\S+$/
.
- Constraints: The value must match regular expression
- types Sequence[str]
- Specifies a list of public folder item types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Calendar
,Contact
,Post
,Folder
,Task
,Journal
,Note
.
- Constraints: Allowable list items are:
- bcc
Recipient List<String>Addresses - Filters the public folder items which are sent to specified email addresses in BCC.
- Constraints: The list items must match regular expression
/^\\S+@\\S+.\\S+$/
.
- Constraints: The list items must match regular expression
- cc
Recipient List<String>Addresses - Filters the public folder items which are sent to specified email addresses in CC.
- Constraints: The list items must match regular expression
/^\\S+@\\S+.\\S+$/
.
- Constraints: The list items must match regular expression
- has
Attachment Boolean - Filters the public folder items which have attachment.
- received
End NumberTime Secs - Specifies the end time in Unix timestamp epoch in seconds where the received time of the public folder items is less than specified value.
- received
Start NumberTime Secs - Specifies the start time in Unix timestamp epoch in seconds where the received time of the public folder item is more than specified value.
- recipient
Addresses List<String> - Filters the public folder items which are sent to specified email addresses.
- Constraints: The list items must match regular expression
/^\\S+@\\S+.\\S+$/
.
- Constraints: The list items must match regular expression
- search
String String - Specifies the search string to filter the items. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- sender
Address String - Filters the public folder items which are received from specified user's email address.
- Constraints: The value must match regular expression
/^\\S+@\\S+.\\S+$/
.
- Constraints: The value must match regular expression
- types List<String>
- Specifies a list of public folder item types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Calendar
,Contact
,Post
,Folder
,Task
,Journal
,Note
.
- Constraints: Allowable list items are:
GetBackupRecoverySearchIndexedObjectSfdcParams
- Mutation
Types List<string> - Specifies a list of mutuation types for an object.
- Constraints: Allowable list items are:
All
,Added
,Removed
,Changed
.
- Constraints: Allowable list items are:
- Object
Name string - Specifies the name of the object.
- Snapshot
Id string - Specifies the id of the snapshot for the object.
- Query
String string - Specifies the query string to search records. Query string can be one or multiples clauses joined together by 'AND' or 'OR' claused.
- Mutation
Types []string - Specifies a list of mutuation types for an object.
- Constraints: Allowable list items are:
All
,Added
,Removed
,Changed
.
- Constraints: Allowable list items are:
- Object
Name string - Specifies the name of the object.
- Snapshot
Id string - Specifies the id of the snapshot for the object.
- Query
String string - Specifies the query string to search records. Query string can be one or multiples clauses joined together by 'AND' or 'OR' claused.
- mutation
Types List<String> - Specifies a list of mutuation types for an object.
- Constraints: Allowable list items are:
All
,Added
,Removed
,Changed
.
- Constraints: Allowable list items are:
- object
Name String - Specifies the name of the object.
- snapshot
Id String - Specifies the id of the snapshot for the object.
- query
String String - Specifies the query string to search records. Query string can be one or multiples clauses joined together by 'AND' or 'OR' claused.
- mutation
Types string[] - Specifies a list of mutuation types for an object.
- Constraints: Allowable list items are:
All
,Added
,Removed
,Changed
.
- Constraints: Allowable list items are:
- object
Name string - Specifies the name of the object.
- snapshot
Id string - Specifies the id of the snapshot for the object.
- query
String string - Specifies the query string to search records. Query string can be one or multiples clauses joined together by 'AND' or 'OR' claused.
- mutation_
types Sequence[str] - Specifies a list of mutuation types for an object.
- Constraints: Allowable list items are:
All
,Added
,Removed
,Changed
.
- Constraints: Allowable list items are:
- object_
name str - Specifies the name of the object.
- snapshot_
id str - Specifies the id of the snapshot for the object.
- query_
string str - Specifies the query string to search records. Query string can be one or multiples clauses joined together by 'AND' or 'OR' claused.
- mutation
Types List<String> - Specifies a list of mutuation types for an object.
- Constraints: Allowable list items are:
All
,Added
,Removed
,Changed
.
- Constraints: Allowable list items are:
- object
Name String - Specifies the name of the object.
- snapshot
Id String - Specifies the id of the snapshot for the object.
- query
String String - Specifies the query string to search records. Query string can be one or multiples clauses joined together by 'AND' or 'OR' claused.
GetBackupRecoverySearchIndexedObjectSfdcRecord
- Column
Names List<string> - Records List<string>
- Column
Names []string - Records []string
- column
Names List<String> - records List<String>
- column
Names string[] - records string[]
- column_
names Sequence[str] - records Sequence[str]
- column
Names List<String> - records List<String>
GetBackupRecoverySearchIndexedObjectSharepointItem
GetBackupRecoverySearchIndexedObjectSharepointItemDocumentLibraryItem
- Creation
Time doubleSecs - File
Type string - Item
Id string - Item
Size double - Name string
- Owner
Email string - Owner
Name string - Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - List<Get
Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos List<GetBackup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info> - Storage
Domain doubleId - List<Get
Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- Creation
Time float64Secs - File
Type string - Item
Id string - Item
Size float64 - Name string
- Owner
Email string - Owner
Name string - Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - []Get
Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Snapshot Tag - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos []GetBackup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info - Storage
Domain float64Id - []Get
Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Tag - "This field is deprecated. Please use mightHaveTagIds.".
- creation
Time DoubleSecs - file
Type String - item
Id String - item
Size Double - name String
- owner
Email String - owner
Name String - path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - List<Get
Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<GetBackup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info> - storage
Domain DoubleId - List<Get
Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- creation
Time numberSecs - file
Type string - item
Id string - item
Size number - name string
- owner
Email string - owner
Name string - path string
- policy
Id string - policy
Name string - protection
Group stringId - protection
Group stringName - Get
Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Snapshot Tag[] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos GetBackup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info[] - storage
Domain numberId - Get
Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Tag[] - "This field is deprecated. Please use mightHaveTagIds.".
- creation_
time_ floatsecs - file_
type str - item_
id str - item_
size float - name str
- owner_
email str - owner_
name str - path str
- policy_
id str - policy_
name str - protection_
group_ strid - protection_
group_ strname - Sequence[Get
Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Snapshot Tag] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source_
infos Sequence[GetBackup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info] - storage_
domain_ floatid - Sequence[Get
Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Tag] - "This field is deprecated. Please use mightHaveTagIds.".
- creation
Time NumberSecs - file
Type String - item
Id String - item
Size Number - name String
- owner
Email String - owner
Name String - path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - List<Property Map>
- "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<Property Map> - storage
Domain NumberId - List<Property Map>
- "This field is deprecated. Please use mightHaveTagIds.".
GetBackupRecoverySearchIndexedObjectSharepointItemDocumentLibraryItemSnapshotTag
GetBackupRecoverySearchIndexedObjectSharepointItemDocumentLibraryItemSourceInfo
- Child
Objects List<GetBackup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectSharepointItemDocumentLibraryItemSourceInfoChildObject
- Child
Objects List<GetBackup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Child Object Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Child Object Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Child Object VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Child Object Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Child Object Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Child Object Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Child Object VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Child Object Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Child Object Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Child Object Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Child Object VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Child Object Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Child Object Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Child Object Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Child Object VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Child Object Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Child Object Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Child Object Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Child Object VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object Sharepoint Item Document Library Item Source Info Child Object Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectSharepointItemDocumentLibraryItemSourceInfoChildObjectSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectSharepointItemDocumentLibraryItemSourceInfoChildObjectVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectSharepointItemDocumentLibraryItemSourceInfoChildObjectWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectSharepointItemDocumentLibraryItemSourceInfoSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectSharepointItemDocumentLibraryItemSourceInfoVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectSharepointItemDocumentLibraryItemSourceInfoWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectSharepointItemDocumentLibraryItemTag
- Tag
Id string
- Tag
Id string
- tag
Id String
- tag
Id string
- tag_
id str
- tag
Id String
GetBackupRecoverySearchIndexedObjectSharepointParams
- Category
Types List<string> - Specifies a list of document library types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Document
,Excel
,Powerpoint
,Image
,OneNote
.
- Constraints: Allowable list items are:
- Creation
End doubleTime Secs - Specifies the end time in Unix timestamp epoch in seconds when the file/folder is created.
- Creation
Start doubleTime Secs - Specifies the start time in Unix timestamp epoch in seconds when the file/folder is created.
- Include
Files bool - Specifies whether to include files in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- Include
Folders bool - Specifies whether to include folders in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- O365Params
Get
Backup Recovery Search Indexed Object Sharepoint Params O365Params - Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- Owner
Names List<string> - Specifies the list of owner names to filter on owner of the file/folder.
- Search
String string - Specifies the search string to filter the files/folders. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- Size
Bytes doubleLower Limit - Specifies the minimum size of the file in bytes.
- Size
Bytes doubleUpper Limit - Specifies the maximum size of the file in bytes.
- Category
Types []string - Specifies a list of document library types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Document
,Excel
,Powerpoint
,Image
,OneNote
.
- Constraints: Allowable list items are:
- Creation
End float64Time Secs - Specifies the end time in Unix timestamp epoch in seconds when the file/folder is created.
- Creation
Start float64Time Secs - Specifies the start time in Unix timestamp epoch in seconds when the file/folder is created.
- Include
Files bool - Specifies whether to include files in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- Include
Folders bool - Specifies whether to include folders in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- O365Params
Get
Backup Recovery Search Indexed Object Sharepoint Params O365Params - Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- Owner
Names []string - Specifies the list of owner names to filter on owner of the file/folder.
- Search
String string - Specifies the search string to filter the files/folders. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- Size
Bytes float64Lower Limit - Specifies the minimum size of the file in bytes.
- Size
Bytes float64Upper Limit - Specifies the maximum size of the file in bytes.
- category
Types List<String> - Specifies a list of document library types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Document
,Excel
,Powerpoint
,Image
,OneNote
.
- Constraints: Allowable list items are:
- creation
End DoubleTime Secs - Specifies the end time in Unix timestamp epoch in seconds when the file/folder is created.
- creation
Start DoubleTime Secs - Specifies the start time in Unix timestamp epoch in seconds when the file/folder is created.
- include
Files Boolean - Specifies whether to include files in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- include
Folders Boolean - Specifies whether to include folders in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- o365Params
Get
Backup Recovery Search Indexed Object Sharepoint Params O365Params - Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- owner
Names List<String> - Specifies the list of owner names to filter on owner of the file/folder.
- search
String String - Specifies the search string to filter the files/folders. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- size
Bytes DoubleLower Limit - Specifies the minimum size of the file in bytes.
- size
Bytes DoubleUpper Limit - Specifies the maximum size of the file in bytes.
- category
Types string[] - Specifies a list of document library types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Document
,Excel
,Powerpoint
,Image
,OneNote
.
- Constraints: Allowable list items are:
- creation
End numberTime Secs - Specifies the end time in Unix timestamp epoch in seconds when the file/folder is created.
- creation
Start numberTime Secs - Specifies the start time in Unix timestamp epoch in seconds when the file/folder is created.
- include
Files boolean - Specifies whether to include files in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- include
Folders boolean - Specifies whether to include folders in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- o365Params
Get
Backup Recovery Search Indexed Object Sharepoint Params O365Params - Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- owner
Names string[] - Specifies the list of owner names to filter on owner of the file/folder.
- search
String string - Specifies the search string to filter the files/folders. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- size
Bytes numberLower Limit - Specifies the minimum size of the file in bytes.
- size
Bytes numberUpper Limit - Specifies the maximum size of the file in bytes.
- category_
types Sequence[str] - Specifies a list of document library types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Document
,Excel
,Powerpoint
,Image
,OneNote
.
- Constraints: Allowable list items are:
- creation_
end_ floattime_ secs - Specifies the end time in Unix timestamp epoch in seconds when the file/folder is created.
- creation_
start_ floattime_ secs - Specifies the start time in Unix timestamp epoch in seconds when the file/folder is created.
- include_
files bool - Specifies whether to include files in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- include_
folders bool - Specifies whether to include folders in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- o365_
params GetBackup Recovery Search Indexed Object Sharepoint Params O365Params - Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- owner_
names Sequence[str] - Specifies the list of owner names to filter on owner of the file/folder.
- search_
string str - Specifies the search string to filter the files/folders. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- size_
bytes_ floatlower_ limit - Specifies the minimum size of the file in bytes.
- size_
bytes_ floatupper_ limit - Specifies the maximum size of the file in bytes.
- category
Types List<String> - Specifies a list of document library types. Only items within the given types will be returned.
- Constraints: Allowable list items are:
Document
,Excel
,Powerpoint
,Image
,OneNote
.
- Constraints: Allowable list items are:
- creation
End NumberTime Secs - Specifies the end time in Unix timestamp epoch in seconds when the file/folder is created.
- creation
Start NumberTime Secs - Specifies the start time in Unix timestamp epoch in seconds when the file/folder is created.
- include
Files Boolean - Specifies whether to include files in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- include
Folders Boolean - Specifies whether to include folders in the response. Default is true.
- Constraints: The default value is
true
.
- Constraints: The default value is
- o365Params Property Map
- Specifies O365 specific params search request params to search for indexed items. Nested schema for o365_params:
- owner
Names List<String> - Specifies the list of owner names to filter on owner of the file/folder.
- search
String String - Specifies the search string to filter the files/folders. User can specify a wildcard character '*' as a suffix to a string where all item names are matched with the prefix string.
- size
Bytes NumberLower Limit - Specifies the minimum size of the file in bytes.
- size
Bytes NumberUpper Limit - Specifies the maximum size of the file in bytes.
GetBackupRecoverySearchIndexedObjectSharepointParamsO365Params
- Domain
Ids List<double> - Specifies the domain Ids in which indexed items are searched.
- Group
Ids List<double> - Specifies the Group ids across which the indexed items needs to be searched.
- Site
Ids List<double> - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- Teams
Ids List<double> - Specifies the Teams ids across which the indexed items needs to be searched.
- User
Ids List<double> - Specifies the user ids across which the indexed items needs to be searched.
- Domain
Ids []float64 - Specifies the domain Ids in which indexed items are searched.
- Group
Ids []float64 - Specifies the Group ids across which the indexed items needs to be searched.
- Site
Ids []float64 - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- Teams
Ids []float64 - Specifies the Teams ids across which the indexed items needs to be searched.
- User
Ids []float64 - Specifies the user ids across which the indexed items needs to be searched.
- domain
Ids List<Double> - Specifies the domain Ids in which indexed items are searched.
- group
Ids List<Double> - Specifies the Group ids across which the indexed items needs to be searched.
- site
Ids List<Double> - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- teams
Ids List<Double> - Specifies the Teams ids across which the indexed items needs to be searched.
- user
Ids List<Double> - Specifies the user ids across which the indexed items needs to be searched.
- domain
Ids number[] - Specifies the domain Ids in which indexed items are searched.
- group
Ids number[] - Specifies the Group ids across which the indexed items needs to be searched.
- site
Ids number[] - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- teams
Ids number[] - Specifies the Teams ids across which the indexed items needs to be searched.
- user
Ids number[] - Specifies the user ids across which the indexed items needs to be searched.
- domain_
ids Sequence[float] - Specifies the domain Ids in which indexed items are searched.
- group_
ids Sequence[float] - Specifies the Group ids across which the indexed items needs to be searched.
- site_
ids Sequence[float] - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- teams_
ids Sequence[float] - Specifies the Teams ids across which the indexed items needs to be searched.
- user_
ids Sequence[float] - Specifies the user ids across which the indexed items needs to be searched.
- domain
Ids List<Number> - Specifies the domain Ids in which indexed items are searched.
- group
Ids List<Number> - Specifies the Group ids across which the indexed items needs to be searched.
- site
Ids List<Number> - Specifies the Sharepoint site ids across which the indexed items needs to be searched.
- teams
Ids List<Number> - Specifies the Teams ids across which the indexed items needs to be searched.
- user
Ids List<Number> - Specifies the user ids across which the indexed items needs to be searched.
GetBackupRecoverySearchIndexedObjectTeamsItem
- Channel
Items List<GetBackup Recovery Search Indexed Object Teams Item Channel Item> - File
Items List<GetBackup Recovery Search Indexed Object Teams Item File Item> - Name string
- Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - List<Get
Backup Recovery Search Indexed Object Teams Item Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos List<GetBackup Recovery Search Indexed Object Teams Item Source Info> - Storage
Domain doubleId - List<Get
Backup Recovery Search Indexed Object Teams Item Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- Type string
- Channel
Items []GetBackup Recovery Search Indexed Object Teams Item Channel Item - File
Items []GetBackup Recovery Search Indexed Object Teams Item File Item - Name string
- Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - []Get
Backup Recovery Search Indexed Object Teams Item Snapshot Tag - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos []GetBackup Recovery Search Indexed Object Teams Item Source Info - Storage
Domain float64Id - []Get
Backup Recovery Search Indexed Object Teams Item Tag - "This field is deprecated. Please use mightHaveTagIds.".
- Type string
- channel
Items List<GetBackup Recovery Search Indexed Object Teams Item Channel Item> - file
Items List<GetBackup Recovery Search Indexed Object Teams Item File Item> - name String
- path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - List<Get
Backup Recovery Search Indexed Object Teams Item Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<GetBackup Recovery Search Indexed Object Teams Item Source Info> - storage
Domain DoubleId - List<Get
Backup Recovery Search Indexed Object Teams Item Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- type String
- channel
Items GetBackup Recovery Search Indexed Object Teams Item Channel Item[] - file
Items GetBackup Recovery Search Indexed Object Teams Item File Item[] - name string
- path string
- policy
Id string - policy
Name string - protection
Group stringId - protection
Group stringName - Get
Backup Recovery Search Indexed Object Teams Item Snapshot Tag[] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos GetBackup Recovery Search Indexed Object Teams Item Source Info[] - storage
Domain numberId - Get
Backup Recovery Search Indexed Object Teams Item Tag[] - "This field is deprecated. Please use mightHaveTagIds.".
- type string
- channel_
items Sequence[GetBackup Recovery Search Indexed Object Teams Item Channel Item] - file_
items Sequence[GetBackup Recovery Search Indexed Object Teams Item File Item] - name str
- path str
- policy_
id str - policy_
name str - protection_
group_ strid - protection_
group_ strname - Sequence[Get
Backup Recovery Search Indexed Object Teams Item Snapshot Tag] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source_
infos Sequence[GetBackup Recovery Search Indexed Object Teams Item Source Info] - storage_
domain_ floatid - Sequence[Get
Backup Recovery Search Indexed Object Teams Item Tag] - "This field is deprecated. Please use mightHaveTagIds.".
- type str
- channel
Items List<Property Map> - file
Items List<Property Map> - name String
- path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - List<Property Map>
- "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<Property Map> - storage
Domain NumberId - List<Property Map>
- "This field is deprecated. Please use mightHaveTagIds.".
- type String
GetBackupRecoverySearchIndexedObjectTeamsItemChannelItem
- Channel
Email string - Specifies the email id of the channel.
- Channel
Id string - Specifies the unique id of the channel.
- Channel
Name string - Specifies the name of the channel. Only items within the specified channel will be returned.
- Channel
Type string - Creation
Time doubleSecs - Owner
Names List<string>
- Channel
Email string - Specifies the email id of the channel.
- Channel
Id string - Specifies the unique id of the channel.
- Channel
Name string - Specifies the name of the channel. Only items within the specified channel will be returned.
- Channel
Type string - Creation
Time float64Secs - Owner
Names []string
- channel
Email String - Specifies the email id of the channel.
- channel
Id String - Specifies the unique id of the channel.
- channel
Name String - Specifies the name of the channel. Only items within the specified channel will be returned.
- channel
Type String - creation
Time DoubleSecs - owner
Names List<String>
- channel
Email string - Specifies the email id of the channel.
- channel
Id string - Specifies the unique id of the channel.
- channel
Name string - Specifies the name of the channel. Only items within the specified channel will be returned.
- channel
Type string - creation
Time numberSecs - owner
Names string[]
- channel_
email str - Specifies the email id of the channel.
- channel_
id str - Specifies the unique id of the channel.
- channel_
name str - Specifies the name of the channel. Only items within the specified channel will be returned.
- channel_
type str - creation_
time_ floatsecs - owner_
names Sequence[str]
- channel
Email String - Specifies the email id of the channel.
- channel
Id String - Specifies the unique id of the channel.
- channel
Name String - Specifies the name of the channel. Only items within the specified channel will be returned.
- channel
Type String - creation
Time NumberSecs - owner
Names List<String>
GetBackupRecoverySearchIndexedObjectTeamsItemFileItem
- Creation
Time doubleSecs - Drive
Name string - File
Type string - Item
Size double
- Creation
Time float64Secs - Drive
Name string - File
Type string - Item
Size float64
- creation
Time DoubleSecs - drive
Name String - file
Type String - item
Size Double
- creation
Time numberSecs - drive
Name string - file
Type string - item
Size number
- creation_
time_ floatsecs - drive_
name str - file_
type str - item_
size float
- creation
Time NumberSecs - drive
Name String - file
Type String - item
Size Number
GetBackupRecoverySearchIndexedObjectTeamsItemSnapshotTag
GetBackupRecoverySearchIndexedObjectTeamsItemSourceInfo
- Child
Objects List<GetBackup Recovery Search Indexed Object Teams Item Source Info Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object Teams Item Source Info Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object Teams Item Source Info VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Teams Item Source Info Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object Teams Item Source Info Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object Teams Item Source Info Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object Teams Item Source Info VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object Teams Item Source Info Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object Teams Item Source Info Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object Teams Item Source Info Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object Teams Item Source Info VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Teams Item Source Info Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object Teams Item Source Info Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object Teams Item Source Info Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object Teams Item Source Info VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object Teams Item Source Info Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object Teams Item Source Info Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object Teams Item Source Info Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object Teams Item Source Info VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object Teams Item Source Info Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectTeamsItemSourceInfoChildObject
- Child
Objects List<GetBackup Recovery Search Indexed Object Teams Item Source Info Child Object Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object Teams Item Source Info Child Object Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object Teams Item Source Info Child Object VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Teams Item Source Info Child Object Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object Teams Item Source Info Child Object Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object Teams Item Source Info Child Object Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object Teams Item Source Info Child Object VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object Teams Item Source Info Child Object Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object Teams Item Source Info Child Object Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object Teams Item Source Info Child Object Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object Teams Item Source Info Child Object VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Teams Item Source Info Child Object Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object Teams Item Source Info Child Object Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object Teams Item Source Info Child Object Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object Teams Item Source Info Child Object VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object Teams Item Source Info Child Object Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object Teams Item Source Info Child Object Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object Teams Item Source Info Child Object Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object Teams Item Source Info Child Object VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object Teams Item Source Info Child Object Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectTeamsItemSourceInfoChildObjectSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectTeamsItemSourceInfoChildObjectVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectTeamsItemSourceInfoChildObjectWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectTeamsItemSourceInfoSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectTeamsItemSourceInfoVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectTeamsItemSourceInfoWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectTeamsItemTag
- Tag
Id string
- Tag
Id string
- tag
Id String
- tag
Id string
- tag_
id str
- tag
Id String
GetBackupRecoverySearchIndexedObjectUdaObject
- Full
Name string - Id string
- Name string
- Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - List<Get
Backup Recovery Search Indexed Object Uda Object Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos List<GetBackup Recovery Search Indexed Object Uda Object Source Info> - Storage
Domain doubleId - List<Get
Backup Recovery Search Indexed Object Uda Object Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- Full
Name string - Id string
- Name string
- Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Path string
- Policy
Id string - Policy
Name string - Protection
Group stringId - Protection
Group stringName - []Get
Backup Recovery Search Indexed Object Uda Object Snapshot Tag - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- Source
Infos []GetBackup Recovery Search Indexed Object Uda Object Source Info - Storage
Domain float64Id - []Get
Backup Recovery Search Indexed Object Uda Object Tag - "This field is deprecated. Please use mightHaveTagIds.".
- full
Name String - id String
- name String
- object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - List<Get
Backup Recovery Search Indexed Object Uda Object Snapshot Tag> - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<GetBackup Recovery Search Indexed Object Uda Object Source Info> - storage
Domain DoubleId - List<Get
Backup Recovery Search Indexed Object Uda Object Tag> - "This field is deprecated. Please use mightHaveTagIds.".
- full
Name string - id string
- name string
- object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- path string
- policy
Id string - policy
Name string - protection
Group stringId - protection
Group stringName - Get
Backup Recovery Search Indexed Object Uda Object Snapshot Tag[] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos GetBackup Recovery Search Indexed Object Uda Object Source Info[] - storage
Domain numberId - Get
Backup Recovery Search Indexed Object Uda Object Tag[] - "This field is deprecated. Please use mightHaveTagIds.".
- full_
name str - id str
- name str
- object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- path str
- policy_
id str - policy_
name str - protection_
group_ strid - protection_
group_ strname - Sequence[Get
Backup Recovery Search Indexed Object Uda Object Snapshot Tag] - "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source_
infos Sequence[GetBackup Recovery Search Indexed Object Uda Object Source Info] - storage_
domain_ floatid - Sequence[Get
Backup Recovery Search Indexed Object Uda Object Tag] - "This field is deprecated. Please use mightHaveTagIds.".
- full
Name String - id String
- name String
- object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- path String
- policy
Id String - policy
Name String - protection
Group StringId - protection
Group StringName - List<Property Map>
- "This field is deprecated. Please use mightHaveSnapshotTagIds.".
- source
Infos List<Property Map> - storage
Domain NumberId - List<Property Map>
- "This field is deprecated. Please use mightHaveTagIds.".
GetBackupRecoverySearchIndexedObjectUdaObjectSnapshotTag
GetBackupRecoverySearchIndexedObjectUdaObjectSourceInfo
- Child
Objects List<GetBackup Recovery Search Indexed Object Uda Object Source Info Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object Uda Object Source Info Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object Uda Object Source Info VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Uda Object Source Info Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object Uda Object Source Info Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object Uda Object Source Info Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object Uda Object Source Info VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object Uda Object Source Info Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object Uda Object Source Info Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object Uda Object Source Info Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object Uda Object Source Info VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Uda Object Source Info Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object Uda Object Source Info Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object Uda Object Source Info Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object Uda Object Source Info VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object Uda Object Source Info Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object Uda Object Source Info Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object Uda Object Source Info Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object Uda Object Source Info VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object Uda Object Source Info Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectUdaObjectSourceInfoChildObject
- Child
Objects List<GetBackup Recovery Search Indexed Object Uda Object Source Info Child Object Child Object> - Environment string
- Global
Id string - Id double
- Logical
Size doubleBytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - List<Get
Backup Recovery Search Indexed Object Uda Object Source Info Child Object Sharepoint Site Summary> - Source
Id double - Source
Name string - Uuid string
- VCenter
Summaries List<GetBackup Recovery Search Indexed Object Uda Object Source Info Child Object VCenter Summary> - Windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Uda Object Source Info Child Object Windows Cluster Summary>
- Child
Objects []GetBackup Recovery Search Indexed Object Uda Object Source Info Child Object Child Object - Environment string
- Global
Id string - Id float64
- Logical
Size float64Bytes - Name string
- Object
Hash string - Object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- Os
Type string - Protection
Type string - []Get
Backup Recovery Search Indexed Object Uda Object Source Info Child Object Sharepoint Site Summary - Source
Id float64 - Source
Name string - Uuid string
- VCenter
Summaries []GetBackup Recovery Search Indexed Object Uda Object Source Info Child Object VCenter Summary - Windows
Cluster []GetSummaries Backup Recovery Search Indexed Object Uda Object Source Info Child Object Windows Cluster Summary
- child
Objects List<GetBackup Recovery Search Indexed Object Uda Object Source Info Child Object Child Object> - environment String
- global
Id String - id Double
- logical
Size DoubleBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Get
Backup Recovery Search Indexed Object Uda Object Source Info Child Object Sharepoint Site Summary> - source
Id Double - source
Name String - uuid String
- v
Center List<GetSummaries Backup Recovery Search Indexed Object Uda Object Source Info Child Object VCenter Summary> - windows
Cluster List<GetSummaries Backup Recovery Search Indexed Object Uda Object Source Info Child Object Windows Cluster Summary>
- child
Objects GetBackup Recovery Search Indexed Object Uda Object Source Info Child Object Child Object[] - environment string
- global
Id string - id number
- logical
Size numberBytes - name string
- object
Hash string - object
Type string - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type string - protection
Type string - Get
Backup Recovery Search Indexed Object Uda Object Source Info Child Object Sharepoint Site Summary[] - source
Id number - source
Name string - uuid string
- v
Center GetSummaries Backup Recovery Search Indexed Object Uda Object Source Info Child Object VCenter Summary[] - windows
Cluster GetSummaries Backup Recovery Search Indexed Object Uda Object Source Info Child Object Windows Cluster Summary[]
- child_
objects Sequence[GetBackup Recovery Search Indexed Object Uda Object Source Info Child Object Child Object] - environment str
- global_
id str - id float
- logical_
size_ floatbytes - name str
- object_
hash str - object_
type str - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os_
type str - protection_
type str - Sequence[Get
Backup Recovery Search Indexed Object Uda Object Source Info Child Object Sharepoint Site Summary] - source_
id float - source_
name str - uuid str
- v_
center_ Sequence[Getsummaries Backup Recovery Search Indexed Object Uda Object Source Info Child Object VCenter Summary] - windows_
cluster_ Sequence[Getsummaries Backup Recovery Search Indexed Object Uda Object Source Info Child Object Windows Cluster Summary]
- child
Objects List<Property Map> - environment String
- global
Id String - id Number
- logical
Size NumberBytes - name String
- object
Hash String - object
Type String - Specifies the object type to be searched for.
- Constraints: Allowable values are:
Emails
,Files
,CassandraObjects
,CouchbaseObjects
,HbaseObjects
,HiveObjects
,MongoObjects
,HDFSObjects
,ExchangeObjects
,PublicFolders
,GroupsObjects
,TeamsObjects
,SharepointObjects
,OneDriveObjects
,UdaObjects
,SfdcRecords
.
- Constraints: Allowable values are:
- os
Type String - protection
Type String - List<Property Map>
- source
Id Number - source
Name String - uuid String
- v
Center List<Property Map>Summaries - windows
Cluster List<Property Map>Summaries
GetBackupRecoverySearchIndexedObjectUdaObjectSourceInfoChildObjectSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectUdaObjectSourceInfoChildObjectVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectUdaObjectSourceInfoChildObjectWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectUdaObjectSourceInfoSharepointSiteSummary
- Site
Web stringUrl
- Site
Web stringUrl
- site
Web StringUrl
- site
Web stringUrl
- site_
web_ strurl
- site
Web StringUrl
GetBackupRecoverySearchIndexedObjectUdaObjectSourceInfoVCenterSummary
- Is
Cloud boolEnv
- Is
Cloud boolEnv
- is
Cloud BooleanEnv
- is
Cloud booleanEnv
- is_
cloud_ boolenv
- is
Cloud BooleanEnv
GetBackupRecoverySearchIndexedObjectUdaObjectSourceInfoWindowsClusterSummary
- Cluster
Source stringType
- Cluster
Source stringType
- cluster
Source StringType
- cluster
Source stringType
- cluster
Source StringType
GetBackupRecoverySearchIndexedObjectUdaObjectTag
- Tag
Id string
- Tag
Id string
- tag
Id String
- tag
Id string
- tag_
id str
- tag
Id String
GetBackupRecoverySearchIndexedObjectUdaParams
- Search
String string - Specifies the search string to search the Universal Data Adapter Objects.
- Source
Ids List<double> - Specifies a list of source ids. Only files found in these sources will be returned.
- Search
String string - Specifies the search string to search the Universal Data Adapter Objects.
- Source
Ids []float64 - Specifies a list of source ids. Only files found in these sources will be returned.
- search
String String - Specifies the search string to search the Universal Data Adapter Objects.
- source
Ids List<Double> - Specifies a list of source ids. Only files found in these sources will be returned.
- search
String string - Specifies the search string to search the Universal Data Adapter Objects.
- source
Ids number[] - Specifies a list of source ids. Only files found in these sources will be returned.
- search_
string str - Specifies the search string to search the Universal Data Adapter Objects.
- source_
ids Sequence[float] - Specifies a list of source ids. Only files found in these sources will be returned.
- search
String String - Specifies the search string to search the Universal Data Adapter Objects.
- source
Ids List<Number> - Specifies a list of source ids. Only files found in these sources will be returned.
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.