Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.7 KB

ApiV1AccessApprovalsRequestsGet200ResponseRequestsInnerPolicy.md

File metadata and controls

34 lines (26 loc) · 1.7 KB

ApiV1AccessApprovalsRequestsGet200ResponseRequestsInnerPolicy

Properties

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

Example

from infisicalapi_client.models.api_v1_access_approvals_requests_get200_response_requests_inner_policy import ApiV1AccessApprovalsRequestsGet200ResponseRequestsInnerPolicy

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

# convert the object into a dict
api_v1_access_approvals_requests_get200_response_requests_inner_policy_dict = api_v1_access_approvals_requests_get200_response_requests_inner_policy_instance.to_dict()
# create an instance of ApiV1AccessApprovalsRequestsGet200ResponseRequestsInnerPolicy from a dict
api_v1_access_approvals_requests_get200_response_requests_inner_policy_from_dict = ApiV1AccessApprovalsRequestsGet200ResponseRequestsInnerPolicy.from_dict(api_v1_access_approvals_requests_get200_response_requests_inner_policy_dict)

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