get_verified_access_endpoint_policy(**kwargs)¶Get the Verified Access policy associated with the endpoint.
See also: AWS API Documentation
Request Syntax
response = client.get_verified_access_endpoint_policy(
    VerifiedAccessEndpointId='string',
    DryRun=True|False
)
[REQUIRED]
The ID of the Amazon Web Services Verified Access endpoint.
DryRunOperation . Otherwise, it is UnauthorizedOperation .dict
Response Syntax
{
    'PolicyEnabled': True|False,
    'PolicyDocument': 'string'
}
Response Structure
(dict) --
PolicyEnabled (boolean) --
The status of the Verified Access policy.
PolicyDocument (string) --
The Amazon Web Services Verified Access policy document.