import { Base } from "../../../"; import { Microsoft } from "../../../"; /********************************************* * SPActiveContainerCollection **********************************************/ export interface SPActiveContainerCollection { ContainerCollection?: { results: Array }; PagingToken?: string; } /********************************************* * SPActiveContainerCollectionCollections **********************************************/ export interface SPActiveContainerCollectionCollections { } /********************************************* * SPActiveContainerProperties **********************************************/ export interface SPActiveContainerProperties { ApplicationName?: string; ArchivedBy?: string; ArchiveStatus?: string; ContainerApiUrl?: string; ContainerId?: string; ContainerName?: string; ContainerRedirectUrl?: string; ContainerSiteUrl?: string; ContainerTypeId?: any; CreatedBy?: string; CreatedOn?: string; DeletedOn?: string; Description?: string; LastArchivedDateTime?: string; OpticalCharacterRecognitionEnabled?: boolean; Owners?: { results: Array }; OwnersCount?: number; OwnershipType?: string; OwningApplicationId?: any; PrincipalOwnerIdentifier?: string; PublisherName?: string; Readers?: { results: Array }; SensitivityLabel?: string; Status?: string; StorageUsed?: number; Writers?: { results: Array }; } /********************************************* * SPActiveContainerPropertiesCollections **********************************************/ export interface SPActiveContainerPropertiesCollections { } /********************************************* * SPActiveContainerMemberProperties **********************************************/ export interface SPActiveContainerMemberProperties { } /********************************************* * SPActiveContainerMemberPropertiesCollections **********************************************/ export interface SPActiveContainerMemberPropertiesCollections { }