SecurityPolicyProperties Class
The json object that contains properties required to create a security policy.
Constructor
SecurityPolicyProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
provisioning_state
|
Provisioning status. Known values are: "Succeeded", "Failed", "Updating", "Deleting", and "Creating". |
|
deployment_status
|
Known values are: "NotStarted", "InProgress", "Succeeded", and "Failed". |
|
profile_name
|
The name of the profile which holds the security policy. |
|
parameters
|
object which contains security policy parameters. |
Attributes
parameters
object which contains security policy parameters.
parameters: _models.SecurityPolicyPropertiesParameters | None
profile_name
The name of the profile which holds the security policy.
profile_name: str | None