GetShareSubscriptionResult

data class GetShareSubscriptionResult(val azureApiVersion: String, val createdAt: String, val expirationDate: String? = null, val id: String, val invitationId: String, val name: String, val providerEmail: String, val providerName: String, val providerTenantName: String, val provisioningState: String, val shareDescription: String, val shareKind: String, val shareName: String, val shareSubscriptionStatus: String, val shareTerms: String, val sourceShareLocation: String, val systemData: SystemDataResponse, val type: String, val userEmail: String, val userName: String)

A share subscription data transfer object.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, createdAt: String, expirationDate: String? = null, id: String, invitationId: String, name: String, providerEmail: String, providerName: String, providerTenantName: String, provisioningState: String, shareDescription: String, shareKind: String, shareName: String, shareSubscriptionStatus: String, shareTerms: String, sourceShareLocation: String, systemData: SystemDataResponse, type: String, userEmail: String, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Time at which the share subscription was created.

Link copied to clipboard
val expirationDate: String? = null

The expiration date of the share subscription.

Link copied to clipboard
val id: String

The resource id of the azure resource

Link copied to clipboard

The invitation id.

Link copied to clipboard

Name of the azure resource

Link copied to clipboard

Email of the provider who created the resource

Link copied to clipboard

Name of the provider who created the resource

Link copied to clipboard

Tenant name of the provider who created the resource

Link copied to clipboard

Provisioning state of the share subscription

Link copied to clipboard

Description of share

Link copied to clipboard

Kind of share

Link copied to clipboard

Name of the share

Link copied to clipboard

Gets the current status of share subscription.

Link copied to clipboard

Terms of a share

Link copied to clipboard

Source share location.

Link copied to clipboard

System Data of the Azure resource.

Link copied to clipboard

Type of the azure resource

Link copied to clipboard

Email of the user who created the resource

Link copied to clipboard

Name of the user who created the resource