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. |