GrantAccessData Class

Data used for requesting a SAS.

Constructor

GrantAccessData(*args: Any, **kwargs: Any)

Variables

Name Description
access

The Access Level, accepted values include None, Read, Write. Required. Known values are: "None", "Read", and "Write".

duration_in_seconds
int

Time duration in seconds until the SAS access expires. Required.

get_secure_vm_guest_state_sas

Set this flag to true to get additional SAS for VM guest state.

file_format

Used to specify the file format when making request for SAS on a VHDX file format snapshot. Known values are: "VHD" and "VHDX".

Attributes

access

The Access Level, accepted values include None, Read, Write. Required. Known values are: "None", "Read", and "Write".

access: str | _models.AccessLevel

duration_in_seconds

Time duration in seconds until the SAS access expires. Required.

duration_in_seconds: int

file_format

Used to specify the file format when making request for SAS on a VHDX file format snapshot. Known values are: "VHD" and "VHDX".

file_format: str | _models.FileFormat | None

get_secure_vm_guest_state_sas

Set this flag to true to get additional SAS for VM guest state.

get_secure_vm_guest_state_sas: bool | None