azure_storage_account_queue_service
cors
Type: STRUCT
Provider name: properties.cors
Description: Specifies CORS rules for the Queue service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Queue service.
cors_rules
Type: UNORDERED_LIST_STRUCT
Provider name: corsRules
Description: The List of CORS rules. You can include up to five CorsRule elements in the request.
allowed_headers
Type: UNORDERED_LIST_STRING
Provider name: allowedHeaders
Description: Required if CorsRule element is present. A list of headers allowed to be part of the cross-origin request.
allowed_methods
Type: UNORDERED_LIST_STRING
Provider name: allowedMethods
Description: Required if CorsRule element is present. A list of HTTP methods that are allowed to be executed by the origin.
allowed_origins
Type: UNORDERED_LIST_STRING
Provider name: allowedOrigins
Description: Required if CorsRule element is present. A list of origin domains that will be allowed via CORS, or “*” to allow all domains
exposed_headers
Type: UNORDERED_LIST_STRING
Provider name: exposedHeaders
Description: Required if CorsRule element is present. A list of response headers to expose to CORS clients.
max_age_in_seconds
Type: INT32
Provider name: maxAgeInSeconds
Description: Required if CorsRule element is present. The number of seconds that the client/browser should cache a preflight response.
id
Type: STRING
Provider name: id
Description: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
name
Type: STRING
Provider name: name
Description: The name of the resource
resource_group
Type: STRING
subscription_id
Type: STRING
subscription_name
Type: STRING
Type: UNORDERED_LIST_STRING
type
Type: STRING
Provider name: type
Description: The type of the resource. E.g. “Microsoft.Compute/virtualMachines” or “Microsoft.Storage/storageAccounts”