Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.67 KB

ApiV1SecretApprovalRequestsGet200ResponseApprovalsInnerPolicy.md

File metadata and controls

33 lines (25 loc) · 1.67 KB

ApiV1SecretApprovalRequestsGet200ResponseApprovalsInnerPolicy

Properties

Name Type Description Notes
id str
name str
approvals float
approvers List[str]
secret_path str [optional]
enforcement_level str

Example

from infisicalapi_client.models.api_v1_secret_approval_requests_get200_response_approvals_inner_policy import ApiV1SecretApprovalRequestsGet200ResponseApprovalsInnerPolicy

# TODO update the JSON string below
json = "{}"
# create an instance of ApiV1SecretApprovalRequestsGet200ResponseApprovalsInnerPolicy from a JSON string
api_v1_secret_approval_requests_get200_response_approvals_inner_policy_instance = ApiV1SecretApprovalRequestsGet200ResponseApprovalsInnerPolicy.from_json(json)
# print the JSON string representation of the object
print ApiV1SecretApprovalRequestsGet200ResponseApprovalsInnerPolicy.to_json()

# convert the object into a dict
api_v1_secret_approval_requests_get200_response_approvals_inner_policy_dict = api_v1_secret_approval_requests_get200_response_approvals_inner_policy_instance.to_dict()
# create an instance of ApiV1SecretApprovalRequestsGet200ResponseApprovalsInnerPolicy from a dict
api_v1_secret_approval_requests_get200_response_approvals_inner_policy_from_dict = ApiV1SecretApprovalRequestsGet200ResponseApprovalsInnerPolicy.from_dict(api_v1_secret_approval_requests_get200_response_approvals_inner_policy_dict)

[Back to Model list] [Back to API list] [Back to README]