JitApproverDefinition Class
JIT approver definition.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.resource.managedapplications._serialization.ModelJitApproverDefinition
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". |
display_name
|
The approver display name. |
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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python