CheckRestrictionsResourceDetails interface

The information about the resource that will be evaluated.

Properties

apiVersion

The api-version of the resource content.

resourceContent

The resource content. This should include whatever properties are already known and can be a partial set of all resource properties.

scope

The scope where the resource is being created. For example, if the resource is a child resource this would be the parent resource's resource ID.

Property Details

apiVersion

The api-version of the resource content.

apiVersion?: string

Property Value

string

resourceContent

The resource content. This should include whatever properties are already known and can be a partial set of all resource properties.

resourceContent: Record<string, unknown>

Property Value

Record<string, unknown>

scope

The scope where the resource is being created. For example, if the resource is a child resource this would be the parent resource's resource ID.

scope?: string

Property Value

string