EC2.Client.
modify_verified_access_instance
(**kwargs)¶Modifies the configuration of the specified Verified Access instance.
See also: AWS API Documentation
Request Syntax
response = client.modify_verified_access_instance(
VerifiedAccessInstanceId='string',
Description='string',
DryRun=True|False,
ClientToken='string'
)
[REQUIRED]
The ID of the Amazon Web Services Verified Access instance.
DryRunOperation
. Otherwise, it is UnauthorizedOperation
.A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
This field is autopopulated if not provided.
dict
Response Syntax
{
'VerifiedAccessInstance': {
'VerifiedAccessInstanceId': 'string',
'Description': 'string',
'VerifiedAccessTrustProviders': [
{
'VerifiedAccessTrustProviderId': 'string',
'Description': 'string',
'TrustProviderType': 'user'|'device',
'UserTrustProviderType': 'iam-identity-center'|'oidc',
'DeviceTrustProviderType': 'jamf'|'crowdstrike'
},
],
'CreationTime': 'string',
'LastUpdatedTime': 'string',
'Tags': [
{
'Key': 'string',
'Value': 'string'
},
]
}
}
Response Structure
(dict) --
VerifiedAccessInstance (dict) --
The ID of the Amazon Web Services Verified Access instance.
VerifiedAccessInstanceId (string) --
The ID of the Amazon Web Services Verified Access instance.
Description (string) --
A description for the Amazon Web Services Verified Access instance.
VerifiedAccessTrustProviders (list) --
The IDs of the Amazon Web Services Verified Access trust providers.
(dict) --
Condensed information about a trust provider.
VerifiedAccessTrustProviderId (string) --
The ID of the trust provider.
Description (string) --
The description of trust provider.
TrustProviderType (string) --
The type of trust provider (user- or device-based).
UserTrustProviderType (string) --
The type of user-based trust provider.
DeviceTrustProviderType (string) --
The type of device-based trust provider.
CreationTime (string) --
The creation time.
LastUpdatedTime (string) --
The last updated time.
Tags (list) --
The tags.
(dict) --
Describes a tag.
Key (string) --
The key of the tag.
Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with aws:
.
Value (string) --
The value of the tag.
Constraints: Tag values are case-sensitive and accept a maximum of 256 Unicode characters.