Interface CloudStorageRead

CloudStorageRead

interface CloudStorageRead {
    created_date?: string;
    credentials_type: CredentialsTypeEnum;
    description?: string;
    display_name: string;
    id?: number;
    manifests?: string[];
    organization?: null | number;
    owner?: null | BasicUser;
    provider_type: ProviderTypeEnum;
    resource: string;
    specific_attributes?: string;
    updated_date?: string;
}

Properties

created_date?: string

CloudStorageRead

credentials_type: CredentialsTypeEnum

CloudStorageRead

description?: string

CloudStorageRead

display_name: string

CloudStorageRead

id?: number

CloudStorageRead

manifests?: string[]

CloudStorageRead

organization?: null | number

CloudStorageRead

owner?: null | BasicUser

CloudStorageRead

provider_type: ProviderTypeEnum

CloudStorageRead

resource: string

CloudStorageRead

specific_attributes?: string

CloudStorageRead

updated_date?: string

CloudStorageRead