Interface PatchedCloudStorageWriteRequest

PatchedCloudStorageWriteRequest

interface PatchedCloudStorageWriteRequest {
    account_name?: string;
    connection_string?: string;
    credentials_type?: CredentialsTypeEnum;
    description?: string;
    display_name?: string;
    key?: string;
    key_file?: File;
    manifests?: string[];
    owner?: BasicUserRequest;
    provider_type?: ProviderTypeEnum;
    resource?: string;
    secret_key?: string;
    session_token?: string;
    specific_attributes?: string;
}

Properties

account_name?: string

PatchedCloudStorageWriteRequest

connection_string?: string

PatchedCloudStorageWriteRequest

credentials_type?: CredentialsTypeEnum

PatchedCloudStorageWriteRequest

description?: string

PatchedCloudStorageWriteRequest

display_name?: string

PatchedCloudStorageWriteRequest

key?: string

PatchedCloudStorageWriteRequest

key_file?: File

PatchedCloudStorageWriteRequest

manifests?: string[]

PatchedCloudStorageWriteRequest

PatchedCloudStorageWriteRequest

provider_type?: ProviderTypeEnum

PatchedCloudStorageWriteRequest

resource?: string

PatchedCloudStorageWriteRequest

secret_key?: string

PatchedCloudStorageWriteRequest

session_token?: string

PatchedCloudStorageWriteRequest

specific_attributes?: string

PatchedCloudStorageWriteRequest