JitApproverDefinition Class
JIT approver definition.
All required parameters must be populated in order to send to server.
Constructor
JitApproverDefinition(*, id: str, type: str | _models.JitApproverType | None = None, display_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
The approver service principal Id. Required. |
type
|
The approver type. Known values are: "user" and "group". Default value: None
|
display_name
|
The approver display name. Default value: None
|
Variables
Name | Description |
---|---|
id
|
The approver service principal Id. Required. |
type
|
The approver type. Known values are: "user" and "group". |
display_name
|
The approver display name. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python