mypy-boto3-sso-admin 1.35.0__py3-none-any.whl → 1.35.93__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mypy_boto3_sso_admin/__init__.py +5 -2
- mypy_boto3_sso_admin/__init__.pyi +4 -2
- mypy_boto3_sso_admin/__main__.py +11 -8
- mypy_boto3_sso_admin/client.py +418 -474
- mypy_boto3_sso_admin/client.pyi +417 -473
- mypy_boto3_sso_admin/literals.py +32 -9
- mypy_boto3_sso_admin/literals.pyi +30 -9
- mypy_boto3_sso_admin/paginator.py +328 -208
- mypy_boto3_sso_admin/paginator.pyi +308 -228
- mypy_boto3_sso_admin/type_defs.py +1277 -1680
- mypy_boto3_sso_admin/type_defs.pyi +1079 -1680
- mypy_boto3_sso_admin/version.py +3 -1
- {mypy_boto3_sso_admin-1.35.0.dist-info → mypy_boto3_sso_admin-1.35.93.dist-info}/LICENSE +1 -1
- {mypy_boto3_sso_admin-1.35.0.dist-info → mypy_boto3_sso_admin-1.35.93.dist-info}/METADATA +96 -42
- mypy_boto3_sso_admin-1.35.93.dist-info/RECORD +18 -0
- {mypy_boto3_sso_admin-1.35.0.dist-info → mypy_boto3_sso_admin-1.35.93.dist-info}/WHEEL +1 -1
- mypy_boto3_sso_admin-1.35.0.dist-info/RECORD +0 -18
- {mypy_boto3_sso_admin-1.35.0.dist-info → mypy_boto3_sso_admin-1.35.93.dist-info}/top_level.txt +0 -0
mypy_boto3_sso_admin/client.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
|
-
Type annotations for sso-admin service
|
|
2
|
+
Type annotations for sso-admin service Client.
|
|
3
3
|
|
|
4
|
-
[
|
|
4
|
+
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/)
|
|
5
5
|
|
|
6
6
|
Usage::
|
|
7
7
|
|
|
@@ -12,20 +12,19 @@ Usage::
|
|
|
12
12
|
session = Session()
|
|
13
13
|
client: SSOAdminClient = session.client("sso-admin")
|
|
14
14
|
```
|
|
15
|
+
|
|
16
|
+
Copyright 2025 Vlad Emelianov
|
|
15
17
|
"""
|
|
16
18
|
|
|
19
|
+
from __future__ import annotations
|
|
20
|
+
|
|
17
21
|
import sys
|
|
18
|
-
from typing import Any,
|
|
22
|
+
from typing import Any, overload
|
|
19
23
|
|
|
20
24
|
from botocore.client import BaseClient, ClientMeta
|
|
25
|
+
from botocore.errorfactory import BaseClientExceptions
|
|
26
|
+
from botocore.exceptions import ClientError as BotocoreClientError
|
|
21
27
|
|
|
22
|
-
from .literals import (
|
|
23
|
-
ApplicationStatusType,
|
|
24
|
-
GrantTypeType,
|
|
25
|
-
PrincipalTypeType,
|
|
26
|
-
ProvisioningStatusType,
|
|
27
|
-
ProvisionTargetTypeType,
|
|
28
|
-
)
|
|
29
28
|
from .paginator import (
|
|
30
29
|
ListAccountAssignmentCreationStatusPaginator,
|
|
31
30
|
ListAccountAssignmentDeletionStatusPaginator,
|
|
@@ -49,83 +48,141 @@ from .paginator import (
|
|
|
49
48
|
ListTrustedTokenIssuersPaginator,
|
|
50
49
|
)
|
|
51
50
|
from .type_defs import (
|
|
52
|
-
|
|
51
|
+
AttachCustomerManagedPolicyReferenceToPermissionSetRequestRequestTypeDef,
|
|
52
|
+
AttachManagedPolicyToPermissionSetRequestRequestTypeDef,
|
|
53
|
+
CreateAccountAssignmentRequestRequestTypeDef,
|
|
53
54
|
CreateAccountAssignmentResponseTypeDef,
|
|
55
|
+
CreateApplicationAssignmentRequestRequestTypeDef,
|
|
56
|
+
CreateApplicationRequestRequestTypeDef,
|
|
54
57
|
CreateApplicationResponseTypeDef,
|
|
58
|
+
CreateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef,
|
|
59
|
+
CreateInstanceRequestRequestTypeDef,
|
|
55
60
|
CreateInstanceResponseTypeDef,
|
|
61
|
+
CreatePermissionSetRequestRequestTypeDef,
|
|
56
62
|
CreatePermissionSetResponseTypeDef,
|
|
63
|
+
CreateTrustedTokenIssuerRequestRequestTypeDef,
|
|
57
64
|
CreateTrustedTokenIssuerResponseTypeDef,
|
|
58
|
-
|
|
65
|
+
DeleteAccountAssignmentRequestRequestTypeDef,
|
|
59
66
|
DeleteAccountAssignmentResponseTypeDef,
|
|
67
|
+
DeleteApplicationAccessScopeRequestRequestTypeDef,
|
|
68
|
+
DeleteApplicationAssignmentRequestRequestTypeDef,
|
|
69
|
+
DeleteApplicationAuthenticationMethodRequestRequestTypeDef,
|
|
70
|
+
DeleteApplicationGrantRequestRequestTypeDef,
|
|
71
|
+
DeleteApplicationRequestRequestTypeDef,
|
|
72
|
+
DeleteInlinePolicyFromPermissionSetRequestRequestTypeDef,
|
|
73
|
+
DeleteInstanceAccessControlAttributeConfigurationRequestRequestTypeDef,
|
|
74
|
+
DeleteInstanceRequestRequestTypeDef,
|
|
75
|
+
DeletePermissionsBoundaryFromPermissionSetRequestRequestTypeDef,
|
|
76
|
+
DeletePermissionSetRequestRequestTypeDef,
|
|
77
|
+
DeleteTrustedTokenIssuerRequestRequestTypeDef,
|
|
78
|
+
DescribeAccountAssignmentCreationStatusRequestRequestTypeDef,
|
|
60
79
|
DescribeAccountAssignmentCreationStatusResponseTypeDef,
|
|
80
|
+
DescribeAccountAssignmentDeletionStatusRequestRequestTypeDef,
|
|
61
81
|
DescribeAccountAssignmentDeletionStatusResponseTypeDef,
|
|
82
|
+
DescribeApplicationAssignmentRequestRequestTypeDef,
|
|
62
83
|
DescribeApplicationAssignmentResponseTypeDef,
|
|
84
|
+
DescribeApplicationProviderRequestRequestTypeDef,
|
|
63
85
|
DescribeApplicationProviderResponseTypeDef,
|
|
86
|
+
DescribeApplicationRequestRequestTypeDef,
|
|
64
87
|
DescribeApplicationResponseTypeDef,
|
|
88
|
+
DescribeInstanceAccessControlAttributeConfigurationRequestRequestTypeDef,
|
|
65
89
|
DescribeInstanceAccessControlAttributeConfigurationResponseTypeDef,
|
|
90
|
+
DescribeInstanceRequestRequestTypeDef,
|
|
66
91
|
DescribeInstanceResponseTypeDef,
|
|
92
|
+
DescribePermissionSetProvisioningStatusRequestRequestTypeDef,
|
|
67
93
|
DescribePermissionSetProvisioningStatusResponseTypeDef,
|
|
94
|
+
DescribePermissionSetRequestRequestTypeDef,
|
|
68
95
|
DescribePermissionSetResponseTypeDef,
|
|
96
|
+
DescribeTrustedTokenIssuerRequestRequestTypeDef,
|
|
69
97
|
DescribeTrustedTokenIssuerResponseTypeDef,
|
|
98
|
+
DetachCustomerManagedPolicyReferenceFromPermissionSetRequestRequestTypeDef,
|
|
99
|
+
DetachManagedPolicyFromPermissionSetRequestRequestTypeDef,
|
|
70
100
|
EmptyResponseMetadataTypeDef,
|
|
101
|
+
GetApplicationAccessScopeRequestRequestTypeDef,
|
|
71
102
|
GetApplicationAccessScopeResponseTypeDef,
|
|
103
|
+
GetApplicationAssignmentConfigurationRequestRequestTypeDef,
|
|
72
104
|
GetApplicationAssignmentConfigurationResponseTypeDef,
|
|
105
|
+
GetApplicationAuthenticationMethodRequestRequestTypeDef,
|
|
73
106
|
GetApplicationAuthenticationMethodResponseTypeDef,
|
|
107
|
+
GetApplicationGrantRequestRequestTypeDef,
|
|
74
108
|
GetApplicationGrantResponseTypeDef,
|
|
109
|
+
GetInlinePolicyForPermissionSetRequestRequestTypeDef,
|
|
75
110
|
GetInlinePolicyForPermissionSetResponseTypeDef,
|
|
111
|
+
GetPermissionsBoundaryForPermissionSetRequestRequestTypeDef,
|
|
76
112
|
GetPermissionsBoundaryForPermissionSetResponseTypeDef,
|
|
77
|
-
|
|
78
|
-
InstanceAccessControlAttributeConfigurationUnionTypeDef,
|
|
113
|
+
ListAccountAssignmentCreationStatusRequestRequestTypeDef,
|
|
79
114
|
ListAccountAssignmentCreationStatusResponseTypeDef,
|
|
115
|
+
ListAccountAssignmentDeletionStatusRequestRequestTypeDef,
|
|
80
116
|
ListAccountAssignmentDeletionStatusResponseTypeDef,
|
|
81
|
-
|
|
117
|
+
ListAccountAssignmentsForPrincipalRequestRequestTypeDef,
|
|
82
118
|
ListAccountAssignmentsForPrincipalResponseTypeDef,
|
|
119
|
+
ListAccountAssignmentsRequestRequestTypeDef,
|
|
83
120
|
ListAccountAssignmentsResponseTypeDef,
|
|
121
|
+
ListAccountsForProvisionedPermissionSetRequestRequestTypeDef,
|
|
84
122
|
ListAccountsForProvisionedPermissionSetResponseTypeDef,
|
|
123
|
+
ListApplicationAccessScopesRequestRequestTypeDef,
|
|
85
124
|
ListApplicationAccessScopesResponseTypeDef,
|
|
86
|
-
|
|
125
|
+
ListApplicationAssignmentsForPrincipalRequestRequestTypeDef,
|
|
87
126
|
ListApplicationAssignmentsForPrincipalResponseTypeDef,
|
|
127
|
+
ListApplicationAssignmentsRequestRequestTypeDef,
|
|
88
128
|
ListApplicationAssignmentsResponseTypeDef,
|
|
129
|
+
ListApplicationAuthenticationMethodsRequestRequestTypeDef,
|
|
89
130
|
ListApplicationAuthenticationMethodsResponseTypeDef,
|
|
131
|
+
ListApplicationGrantsRequestRequestTypeDef,
|
|
90
132
|
ListApplicationGrantsResponseTypeDef,
|
|
133
|
+
ListApplicationProvidersRequestRequestTypeDef,
|
|
91
134
|
ListApplicationProvidersResponseTypeDef,
|
|
92
|
-
|
|
135
|
+
ListApplicationsRequestRequestTypeDef,
|
|
93
136
|
ListApplicationsResponseTypeDef,
|
|
137
|
+
ListCustomerManagedPolicyReferencesInPermissionSetRequestRequestTypeDef,
|
|
94
138
|
ListCustomerManagedPolicyReferencesInPermissionSetResponseTypeDef,
|
|
139
|
+
ListInstancesRequestRequestTypeDef,
|
|
95
140
|
ListInstancesResponseTypeDef,
|
|
141
|
+
ListManagedPoliciesInPermissionSetRequestRequestTypeDef,
|
|
96
142
|
ListManagedPoliciesInPermissionSetResponseTypeDef,
|
|
143
|
+
ListPermissionSetProvisioningStatusRequestRequestTypeDef,
|
|
97
144
|
ListPermissionSetProvisioningStatusResponseTypeDef,
|
|
145
|
+
ListPermissionSetsProvisionedToAccountRequestRequestTypeDef,
|
|
98
146
|
ListPermissionSetsProvisionedToAccountResponseTypeDef,
|
|
147
|
+
ListPermissionSetsRequestRequestTypeDef,
|
|
99
148
|
ListPermissionSetsResponseTypeDef,
|
|
149
|
+
ListTagsForResourceRequestRequestTypeDef,
|
|
100
150
|
ListTagsForResourceResponseTypeDef,
|
|
151
|
+
ListTrustedTokenIssuersRequestRequestTypeDef,
|
|
101
152
|
ListTrustedTokenIssuersResponseTypeDef,
|
|
102
|
-
|
|
103
|
-
PermissionsBoundaryTypeDef,
|
|
104
|
-
PortalOptionsTypeDef,
|
|
153
|
+
ProvisionPermissionSetRequestRequestTypeDef,
|
|
105
154
|
ProvisionPermissionSetResponseTypeDef,
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
155
|
+
PutApplicationAccessScopeRequestRequestTypeDef,
|
|
156
|
+
PutApplicationAssignmentConfigurationRequestRequestTypeDef,
|
|
157
|
+
PutApplicationAuthenticationMethodRequestRequestTypeDef,
|
|
158
|
+
PutApplicationGrantRequestRequestTypeDef,
|
|
159
|
+
PutInlinePolicyToPermissionSetRequestRequestTypeDef,
|
|
160
|
+
PutPermissionsBoundaryToPermissionSetRequestRequestTypeDef,
|
|
161
|
+
TagResourceRequestRequestTypeDef,
|
|
162
|
+
UntagResourceRequestRequestTypeDef,
|
|
163
|
+
UpdateApplicationRequestRequestTypeDef,
|
|
164
|
+
UpdateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef,
|
|
165
|
+
UpdateInstanceRequestRequestTypeDef,
|
|
166
|
+
UpdatePermissionSetRequestRequestTypeDef,
|
|
167
|
+
UpdateTrustedTokenIssuerRequestRequestTypeDef,
|
|
110
168
|
)
|
|
111
169
|
|
|
170
|
+
if sys.version_info >= (3, 9):
|
|
171
|
+
from builtins import dict as Dict
|
|
172
|
+
from builtins import type as Type
|
|
173
|
+
from collections.abc import Mapping
|
|
174
|
+
else:
|
|
175
|
+
from typing import Dict, Mapping, Type
|
|
112
176
|
if sys.version_info >= (3, 12):
|
|
113
|
-
from typing import Literal
|
|
177
|
+
from typing import Literal, Unpack
|
|
114
178
|
else:
|
|
115
|
-
from typing_extensions import Literal
|
|
116
|
-
|
|
117
|
-
__all__ = ("SSOAdminClient",)
|
|
179
|
+
from typing_extensions import Literal, Unpack
|
|
118
180
|
|
|
119
181
|
|
|
120
|
-
|
|
121
|
-
MSG_TEMPLATE: str
|
|
122
|
-
|
|
123
|
-
def __init__(self, error_response: Mapping[str, Any], operation_name: str) -> None:
|
|
124
|
-
self.response: Dict[str, Any]
|
|
125
|
-
self.operation_name: str
|
|
182
|
+
__all__ = ("SSOAdminClient",)
|
|
126
183
|
|
|
127
184
|
|
|
128
|
-
class Exceptions:
|
|
185
|
+
class Exceptions(BaseClientExceptions):
|
|
129
186
|
AccessDeniedException: Type[BotocoreClientError]
|
|
130
187
|
ClientError: Type[BotocoreClientError]
|
|
131
188
|
ConflictException: Type[BotocoreClientError]
|
|
@@ -149,1133 +206,1020 @@ class SSOAdminClient(BaseClient):
|
|
|
149
206
|
"""
|
|
150
207
|
SSOAdminClient exceptions.
|
|
151
208
|
|
|
152
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html#SSOAdmin.Client
|
|
209
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html#SSOAdmin.Client)
|
|
153
210
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#exceptions)
|
|
154
211
|
"""
|
|
155
212
|
|
|
213
|
+
def can_paginate(self, operation_name: str) -> bool:
|
|
214
|
+
"""
|
|
215
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/can_paginate.html)
|
|
216
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#can_paginate)
|
|
217
|
+
"""
|
|
218
|
+
|
|
219
|
+
def generate_presigned_url(
|
|
220
|
+
self,
|
|
221
|
+
ClientMethod: str,
|
|
222
|
+
Params: Mapping[str, Any] = ...,
|
|
223
|
+
ExpiresIn: int = 3600,
|
|
224
|
+
HttpMethod: str = ...,
|
|
225
|
+
) -> str:
|
|
226
|
+
"""
|
|
227
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/generate_presigned_url.html)
|
|
228
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#generate_presigned_url)
|
|
229
|
+
"""
|
|
230
|
+
|
|
156
231
|
def attach_customer_managed_policy_reference_to_permission_set(
|
|
157
232
|
self,
|
|
158
|
-
|
|
159
|
-
CustomerManagedPolicyReference: CustomerManagedPolicyReferenceTypeDef,
|
|
160
|
-
InstanceArn: str,
|
|
161
|
-
PermissionSetArn: str,
|
|
233
|
+
**kwargs: Unpack[AttachCustomerManagedPolicyReferenceToPermissionSetRequestRequestTypeDef],
|
|
162
234
|
) -> Dict[str, Any]:
|
|
163
235
|
"""
|
|
164
|
-
Attaches the specified customer managed policy to the specified
|
|
236
|
+
Attaches the specified customer managed policy to the specified
|
|
237
|
+
<a>PermissionSet</a>.
|
|
165
238
|
|
|
166
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
239
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/attach_customer_managed_policy_reference_to_permission_set.html)
|
|
167
240
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#attach_customer_managed_policy_reference_to_permission_set)
|
|
168
241
|
"""
|
|
169
242
|
|
|
170
243
|
def attach_managed_policy_to_permission_set(
|
|
171
|
-
self,
|
|
244
|
+
self, **kwargs: Unpack[AttachManagedPolicyToPermissionSetRequestRequestTypeDef]
|
|
172
245
|
) -> Dict[str, Any]:
|
|
173
246
|
"""
|
|
174
247
|
Attaches an Amazon Web Services managed policy ARN to a permission set.
|
|
175
248
|
|
|
176
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
249
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/attach_managed_policy_to_permission_set.html)
|
|
177
250
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#attach_managed_policy_to_permission_set)
|
|
178
251
|
"""
|
|
179
252
|
|
|
180
|
-
def can_paginate(self, operation_name: str) -> bool:
|
|
181
|
-
"""
|
|
182
|
-
Check if an operation can be paginated.
|
|
183
|
-
|
|
184
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html#SSOAdmin.Client.can_paginate)
|
|
185
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#can_paginate)
|
|
186
|
-
"""
|
|
187
|
-
|
|
188
|
-
def close(self) -> None:
|
|
189
|
-
"""
|
|
190
|
-
Closes underlying endpoint connections.
|
|
191
|
-
|
|
192
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html#SSOAdmin.Client.close)
|
|
193
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#close)
|
|
194
|
-
"""
|
|
195
|
-
|
|
196
253
|
def create_account_assignment(
|
|
197
|
-
self,
|
|
198
|
-
*,
|
|
199
|
-
InstanceArn: str,
|
|
200
|
-
PermissionSetArn: str,
|
|
201
|
-
PrincipalId: str,
|
|
202
|
-
PrincipalType: PrincipalTypeType,
|
|
203
|
-
TargetId: str,
|
|
204
|
-
TargetType: Literal["AWS_ACCOUNT"],
|
|
254
|
+
self, **kwargs: Unpack[CreateAccountAssignmentRequestRequestTypeDef]
|
|
205
255
|
) -> CreateAccountAssignmentResponseTypeDef:
|
|
206
256
|
"""
|
|
207
257
|
Assigns access to a principal for a specified Amazon Web Services account using
|
|
208
|
-
a specified permission
|
|
209
|
-
set.
|
|
258
|
+
a specified permission set.
|
|
210
259
|
|
|
211
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
260
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/create_account_assignment.html)
|
|
212
261
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#create_account_assignment)
|
|
213
262
|
"""
|
|
214
263
|
|
|
215
264
|
def create_application(
|
|
216
|
-
self,
|
|
217
|
-
*,
|
|
218
|
-
ApplicationProviderArn: str,
|
|
219
|
-
InstanceArn: str,
|
|
220
|
-
Name: str,
|
|
221
|
-
ClientToken: str = ...,
|
|
222
|
-
Description: str = ...,
|
|
223
|
-
PortalOptions: PortalOptionsTypeDef = ...,
|
|
224
|
-
Status: ApplicationStatusType = ...,
|
|
225
|
-
Tags: Sequence[TagTypeDef] = ...,
|
|
265
|
+
self, **kwargs: Unpack[CreateApplicationRequestRequestTypeDef]
|
|
226
266
|
) -> CreateApplicationResponseTypeDef:
|
|
227
267
|
"""
|
|
228
268
|
Creates an application in IAM Identity Center for the given application
|
|
229
269
|
provider.
|
|
230
270
|
|
|
231
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
271
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/create_application.html)
|
|
232
272
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#create_application)
|
|
233
273
|
"""
|
|
234
274
|
|
|
235
275
|
def create_application_assignment(
|
|
236
|
-
self,
|
|
276
|
+
self, **kwargs: Unpack[CreateApplicationAssignmentRequestRequestTypeDef]
|
|
237
277
|
) -> Dict[str, Any]:
|
|
238
278
|
"""
|
|
239
279
|
Grant application access to a user or group.
|
|
240
280
|
|
|
241
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
281
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/create_application_assignment.html)
|
|
242
282
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#create_application_assignment)
|
|
243
283
|
"""
|
|
244
284
|
|
|
245
285
|
def create_instance(
|
|
246
|
-
self,
|
|
286
|
+
self, **kwargs: Unpack[CreateInstanceRequestRequestTypeDef]
|
|
247
287
|
) -> CreateInstanceResponseTypeDef:
|
|
248
288
|
"""
|
|
249
289
|
Creates an instance of IAM Identity Center for a standalone Amazon Web Services
|
|
250
290
|
account that is not managed by Organizations or a member Amazon Web Services
|
|
251
|
-
account in an
|
|
252
|
-
organization.
|
|
291
|
+
account in an organization.
|
|
253
292
|
|
|
254
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
293
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/create_instance.html)
|
|
255
294
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#create_instance)
|
|
256
295
|
"""
|
|
257
296
|
|
|
258
297
|
def create_instance_access_control_attribute_configuration(
|
|
259
298
|
self,
|
|
260
|
-
|
|
261
|
-
InstanceAccessControlAttributeConfiguration: InstanceAccessControlAttributeConfigurationUnionTypeDef,
|
|
262
|
-
InstanceArn: str,
|
|
299
|
+
**kwargs: Unpack[CreateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef],
|
|
263
300
|
) -> Dict[str, Any]:
|
|
264
301
|
"""
|
|
265
302
|
Enables the attributes-based access control (ABAC) feature for the specified
|
|
266
|
-
IAM Identity Center
|
|
267
|
-
instance.
|
|
303
|
+
IAM Identity Center instance.
|
|
268
304
|
|
|
269
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
305
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/create_instance_access_control_attribute_configuration.html)
|
|
270
306
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#create_instance_access_control_attribute_configuration)
|
|
271
307
|
"""
|
|
272
308
|
|
|
273
309
|
def create_permission_set(
|
|
274
|
-
self,
|
|
275
|
-
*,
|
|
276
|
-
InstanceArn: str,
|
|
277
|
-
Name: str,
|
|
278
|
-
Description: str = ...,
|
|
279
|
-
RelayState: str = ...,
|
|
280
|
-
SessionDuration: str = ...,
|
|
281
|
-
Tags: Sequence[TagTypeDef] = ...,
|
|
310
|
+
self, **kwargs: Unpack[CreatePermissionSetRequestRequestTypeDef]
|
|
282
311
|
) -> CreatePermissionSetResponseTypeDef:
|
|
283
312
|
"""
|
|
284
313
|
Creates a permission set within a specified IAM Identity Center instance.
|
|
285
314
|
|
|
286
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
315
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/create_permission_set.html)
|
|
287
316
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#create_permission_set)
|
|
288
317
|
"""
|
|
289
318
|
|
|
290
319
|
def create_trusted_token_issuer(
|
|
291
|
-
self,
|
|
292
|
-
*,
|
|
293
|
-
InstanceArn: str,
|
|
294
|
-
Name: str,
|
|
295
|
-
TrustedTokenIssuerConfiguration: TrustedTokenIssuerConfigurationTypeDef,
|
|
296
|
-
TrustedTokenIssuerType: Literal["OIDC_JWT"],
|
|
297
|
-
ClientToken: str = ...,
|
|
298
|
-
Tags: Sequence[TagTypeDef] = ...,
|
|
320
|
+
self, **kwargs: Unpack[CreateTrustedTokenIssuerRequestRequestTypeDef]
|
|
299
321
|
) -> CreateTrustedTokenIssuerResponseTypeDef:
|
|
300
322
|
"""
|
|
301
323
|
Creates a connection to a trusted token issuer in an instance of IAM Identity
|
|
302
324
|
Center.
|
|
303
325
|
|
|
304
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
326
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/create_trusted_token_issuer.html)
|
|
305
327
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#create_trusted_token_issuer)
|
|
306
328
|
"""
|
|
307
329
|
|
|
308
330
|
def delete_account_assignment(
|
|
309
|
-
self,
|
|
310
|
-
*,
|
|
311
|
-
InstanceArn: str,
|
|
312
|
-
PermissionSetArn: str,
|
|
313
|
-
PrincipalId: str,
|
|
314
|
-
PrincipalType: PrincipalTypeType,
|
|
315
|
-
TargetId: str,
|
|
316
|
-
TargetType: Literal["AWS_ACCOUNT"],
|
|
331
|
+
self, **kwargs: Unpack[DeleteAccountAssignmentRequestRequestTypeDef]
|
|
317
332
|
) -> DeleteAccountAssignmentResponseTypeDef:
|
|
318
333
|
"""
|
|
319
334
|
Deletes a principal's access from a specified Amazon Web Services account using
|
|
320
|
-
a specified permission
|
|
321
|
-
set.
|
|
335
|
+
a specified permission set.
|
|
322
336
|
|
|
323
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
337
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/delete_account_assignment.html)
|
|
324
338
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#delete_account_assignment)
|
|
325
339
|
"""
|
|
326
340
|
|
|
327
|
-
def delete_application(
|
|
341
|
+
def delete_application(
|
|
342
|
+
self, **kwargs: Unpack[DeleteApplicationRequestRequestTypeDef]
|
|
343
|
+
) -> Dict[str, Any]:
|
|
328
344
|
"""
|
|
329
345
|
Deletes the association with the application.
|
|
330
346
|
|
|
331
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
347
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/delete_application.html)
|
|
332
348
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#delete_application)
|
|
333
349
|
"""
|
|
334
350
|
|
|
335
351
|
def delete_application_access_scope(
|
|
336
|
-
self,
|
|
352
|
+
self, **kwargs: Unpack[DeleteApplicationAccessScopeRequestRequestTypeDef]
|
|
337
353
|
) -> EmptyResponseMetadataTypeDef:
|
|
338
354
|
"""
|
|
339
355
|
Deletes an IAM Identity Center access scope from an application.
|
|
340
356
|
|
|
341
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
357
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/delete_application_access_scope.html)
|
|
342
358
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#delete_application_access_scope)
|
|
343
359
|
"""
|
|
344
360
|
|
|
345
361
|
def delete_application_assignment(
|
|
346
|
-
self,
|
|
362
|
+
self, **kwargs: Unpack[DeleteApplicationAssignmentRequestRequestTypeDef]
|
|
347
363
|
) -> Dict[str, Any]:
|
|
348
364
|
"""
|
|
349
365
|
Revoke application access to an application by deleting application assignments
|
|
350
|
-
for a user or
|
|
351
|
-
group.
|
|
366
|
+
for a user or group.
|
|
352
367
|
|
|
353
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
368
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/delete_application_assignment.html)
|
|
354
369
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#delete_application_assignment)
|
|
355
370
|
"""
|
|
356
371
|
|
|
357
372
|
def delete_application_authentication_method(
|
|
358
|
-
self,
|
|
373
|
+
self, **kwargs: Unpack[DeleteApplicationAuthenticationMethodRequestRequestTypeDef]
|
|
359
374
|
) -> EmptyResponseMetadataTypeDef:
|
|
360
375
|
"""
|
|
361
376
|
Deletes an authentication method from an application.
|
|
362
377
|
|
|
363
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
378
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/delete_application_authentication_method.html)
|
|
364
379
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#delete_application_authentication_method)
|
|
365
380
|
"""
|
|
366
381
|
|
|
367
382
|
def delete_application_grant(
|
|
368
|
-
self,
|
|
383
|
+
self, **kwargs: Unpack[DeleteApplicationGrantRequestRequestTypeDef]
|
|
369
384
|
) -> EmptyResponseMetadataTypeDef:
|
|
370
385
|
"""
|
|
371
386
|
Deletes a grant from an application.
|
|
372
387
|
|
|
373
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
388
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/delete_application_grant.html)
|
|
374
389
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#delete_application_grant)
|
|
375
390
|
"""
|
|
376
391
|
|
|
377
392
|
def delete_inline_policy_from_permission_set(
|
|
378
|
-
self,
|
|
393
|
+
self, **kwargs: Unpack[DeleteInlinePolicyFromPermissionSetRequestRequestTypeDef]
|
|
379
394
|
) -> Dict[str, Any]:
|
|
380
395
|
"""
|
|
381
396
|
Deletes the inline policy from a specified permission set.
|
|
382
397
|
|
|
383
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
398
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/delete_inline_policy_from_permission_set.html)
|
|
384
399
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#delete_inline_policy_from_permission_set)
|
|
385
400
|
"""
|
|
386
401
|
|
|
387
|
-
def delete_instance(
|
|
402
|
+
def delete_instance(
|
|
403
|
+
self, **kwargs: Unpack[DeleteInstanceRequestRequestTypeDef]
|
|
404
|
+
) -> Dict[str, Any]:
|
|
388
405
|
"""
|
|
389
406
|
Deletes the instance of IAM Identity Center.
|
|
390
407
|
|
|
391
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
408
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/delete_instance.html)
|
|
392
409
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#delete_instance)
|
|
393
410
|
"""
|
|
394
411
|
|
|
395
412
|
def delete_instance_access_control_attribute_configuration(
|
|
396
|
-
self,
|
|
413
|
+
self,
|
|
414
|
+
**kwargs: Unpack[DeleteInstanceAccessControlAttributeConfigurationRequestRequestTypeDef],
|
|
397
415
|
) -> Dict[str, Any]:
|
|
398
416
|
"""
|
|
399
417
|
Disables the attributes-based access control (ABAC) feature for the specified
|
|
400
418
|
IAM Identity Center instance and deletes all of the attribute mappings that
|
|
401
|
-
have been
|
|
402
|
-
configured.
|
|
419
|
+
have been configured.
|
|
403
420
|
|
|
404
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
421
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/delete_instance_access_control_attribute_configuration.html)
|
|
405
422
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#delete_instance_access_control_attribute_configuration)
|
|
406
423
|
"""
|
|
407
424
|
|
|
408
|
-
def delete_permission_set(
|
|
425
|
+
def delete_permission_set(
|
|
426
|
+
self, **kwargs: Unpack[DeletePermissionSetRequestRequestTypeDef]
|
|
427
|
+
) -> Dict[str, Any]:
|
|
409
428
|
"""
|
|
410
429
|
Deletes the specified permission set.
|
|
411
430
|
|
|
412
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
431
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/delete_permission_set.html)
|
|
413
432
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#delete_permission_set)
|
|
414
433
|
"""
|
|
415
434
|
|
|
416
435
|
def delete_permissions_boundary_from_permission_set(
|
|
417
|
-
self,
|
|
436
|
+
self, **kwargs: Unpack[DeletePermissionsBoundaryFromPermissionSetRequestRequestTypeDef]
|
|
418
437
|
) -> Dict[str, Any]:
|
|
419
438
|
"""
|
|
420
|
-
Deletes the permissions boundary from a specified
|
|
439
|
+
Deletes the permissions boundary from a specified <a>PermissionSet</a>.
|
|
421
440
|
|
|
422
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
441
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/delete_permissions_boundary_from_permission_set.html)
|
|
423
442
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#delete_permissions_boundary_from_permission_set)
|
|
424
443
|
"""
|
|
425
444
|
|
|
426
|
-
def delete_trusted_token_issuer(
|
|
445
|
+
def delete_trusted_token_issuer(
|
|
446
|
+
self, **kwargs: Unpack[DeleteTrustedTokenIssuerRequestRequestTypeDef]
|
|
447
|
+
) -> Dict[str, Any]:
|
|
427
448
|
"""
|
|
428
449
|
Deletes a trusted token issuer configuration from an instance of IAM Identity
|
|
429
450
|
Center.
|
|
430
451
|
|
|
431
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
452
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/delete_trusted_token_issuer.html)
|
|
432
453
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#delete_trusted_token_issuer)
|
|
433
454
|
"""
|
|
434
455
|
|
|
435
456
|
def describe_account_assignment_creation_status(
|
|
436
|
-
self,
|
|
457
|
+
self, **kwargs: Unpack[DescribeAccountAssignmentCreationStatusRequestRequestTypeDef]
|
|
437
458
|
) -> DescribeAccountAssignmentCreationStatusResponseTypeDef:
|
|
438
459
|
"""
|
|
439
460
|
Describes the status of the assignment creation request.
|
|
440
461
|
|
|
441
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
462
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/describe_account_assignment_creation_status.html)
|
|
442
463
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#describe_account_assignment_creation_status)
|
|
443
464
|
"""
|
|
444
465
|
|
|
445
466
|
def describe_account_assignment_deletion_status(
|
|
446
|
-
self,
|
|
467
|
+
self, **kwargs: Unpack[DescribeAccountAssignmentDeletionStatusRequestRequestTypeDef]
|
|
447
468
|
) -> DescribeAccountAssignmentDeletionStatusResponseTypeDef:
|
|
448
469
|
"""
|
|
449
470
|
Describes the status of the assignment deletion request.
|
|
450
471
|
|
|
451
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
472
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/describe_account_assignment_deletion_status.html)
|
|
452
473
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#describe_account_assignment_deletion_status)
|
|
453
474
|
"""
|
|
454
475
|
|
|
455
|
-
def describe_application(
|
|
476
|
+
def describe_application(
|
|
477
|
+
self, **kwargs: Unpack[DescribeApplicationRequestRequestTypeDef]
|
|
478
|
+
) -> DescribeApplicationResponseTypeDef:
|
|
456
479
|
"""
|
|
457
480
|
Retrieves the details of an application associated with an instance of IAM
|
|
458
|
-
Identity
|
|
459
|
-
Center.
|
|
481
|
+
Identity Center.
|
|
460
482
|
|
|
461
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
483
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/describe_application.html)
|
|
462
484
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#describe_application)
|
|
463
485
|
"""
|
|
464
486
|
|
|
465
487
|
def describe_application_assignment(
|
|
466
|
-
self,
|
|
488
|
+
self, **kwargs: Unpack[DescribeApplicationAssignmentRequestRequestTypeDef]
|
|
467
489
|
) -> DescribeApplicationAssignmentResponseTypeDef:
|
|
468
490
|
"""
|
|
469
491
|
Retrieves a direct assignment of a user or group to an application.
|
|
470
492
|
|
|
471
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
493
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/describe_application_assignment.html)
|
|
472
494
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#describe_application_assignment)
|
|
473
495
|
"""
|
|
474
496
|
|
|
475
497
|
def describe_application_provider(
|
|
476
|
-
self,
|
|
498
|
+
self, **kwargs: Unpack[DescribeApplicationProviderRequestRequestTypeDef]
|
|
477
499
|
) -> DescribeApplicationProviderResponseTypeDef:
|
|
478
500
|
"""
|
|
479
501
|
Retrieves details about a provider that can be used to connect an Amazon Web
|
|
480
502
|
Services managed application or customer managed application to IAM Identity
|
|
481
503
|
Center.
|
|
482
504
|
|
|
483
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
505
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/describe_application_provider.html)
|
|
484
506
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#describe_application_provider)
|
|
485
507
|
"""
|
|
486
508
|
|
|
487
|
-
def describe_instance(
|
|
509
|
+
def describe_instance(
|
|
510
|
+
self, **kwargs: Unpack[DescribeInstanceRequestRequestTypeDef]
|
|
511
|
+
) -> DescribeInstanceResponseTypeDef:
|
|
488
512
|
"""
|
|
489
513
|
Returns the details of an instance of IAM Identity Center.
|
|
490
514
|
|
|
491
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
515
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/describe_instance.html)
|
|
492
516
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#describe_instance)
|
|
493
517
|
"""
|
|
494
518
|
|
|
495
519
|
def describe_instance_access_control_attribute_configuration(
|
|
496
|
-
self,
|
|
520
|
+
self,
|
|
521
|
+
**kwargs: Unpack[DescribeInstanceAccessControlAttributeConfigurationRequestRequestTypeDef],
|
|
497
522
|
) -> DescribeInstanceAccessControlAttributeConfigurationResponseTypeDef:
|
|
498
523
|
"""
|
|
499
524
|
Returns the list of IAM Identity Center identity store attributes that have
|
|
500
525
|
been configured to work with attributes-based access control (ABAC) for the
|
|
501
|
-
specified IAM Identity Center
|
|
502
|
-
instance.
|
|
526
|
+
specified IAM Identity Center instance.
|
|
503
527
|
|
|
504
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
528
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/describe_instance_access_control_attribute_configuration.html)
|
|
505
529
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#describe_instance_access_control_attribute_configuration)
|
|
506
530
|
"""
|
|
507
531
|
|
|
508
532
|
def describe_permission_set(
|
|
509
|
-
self,
|
|
533
|
+
self, **kwargs: Unpack[DescribePermissionSetRequestRequestTypeDef]
|
|
510
534
|
) -> DescribePermissionSetResponseTypeDef:
|
|
511
535
|
"""
|
|
512
536
|
Gets the details of the permission set.
|
|
513
537
|
|
|
514
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
538
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/describe_permission_set.html)
|
|
515
539
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#describe_permission_set)
|
|
516
540
|
"""
|
|
517
541
|
|
|
518
542
|
def describe_permission_set_provisioning_status(
|
|
519
|
-
self,
|
|
543
|
+
self, **kwargs: Unpack[DescribePermissionSetProvisioningStatusRequestRequestTypeDef]
|
|
520
544
|
) -> DescribePermissionSetProvisioningStatusResponseTypeDef:
|
|
521
545
|
"""
|
|
522
546
|
Describes the status for the given permission set provisioning request.
|
|
523
547
|
|
|
524
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
548
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/describe_permission_set_provisioning_status.html)
|
|
525
549
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#describe_permission_set_provisioning_status)
|
|
526
550
|
"""
|
|
527
551
|
|
|
528
552
|
def describe_trusted_token_issuer(
|
|
529
|
-
self,
|
|
553
|
+
self, **kwargs: Unpack[DescribeTrustedTokenIssuerRequestRequestTypeDef]
|
|
530
554
|
) -> DescribeTrustedTokenIssuerResponseTypeDef:
|
|
531
555
|
"""
|
|
532
556
|
Retrieves details about a trusted token issuer configuration stored in an
|
|
533
|
-
instance of IAM Identity
|
|
534
|
-
Center.
|
|
557
|
+
instance of IAM Identity Center.
|
|
535
558
|
|
|
536
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
559
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/describe_trusted_token_issuer.html)
|
|
537
560
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#describe_trusted_token_issuer)
|
|
538
561
|
"""
|
|
539
562
|
|
|
540
563
|
def detach_customer_managed_policy_reference_from_permission_set(
|
|
541
564
|
self,
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
PermissionSetArn: str,
|
|
565
|
+
**kwargs: Unpack[
|
|
566
|
+
DetachCustomerManagedPolicyReferenceFromPermissionSetRequestRequestTypeDef
|
|
567
|
+
],
|
|
546
568
|
) -> Dict[str, Any]:
|
|
547
569
|
"""
|
|
548
570
|
Detaches the specified customer managed policy from the specified
|
|
549
|
-
PermissionSet
|
|
571
|
+
<a>PermissionSet</a>.
|
|
550
572
|
|
|
551
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
573
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/detach_customer_managed_policy_reference_from_permission_set.html)
|
|
552
574
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#detach_customer_managed_policy_reference_from_permission_set)
|
|
553
575
|
"""
|
|
554
576
|
|
|
555
577
|
def detach_managed_policy_from_permission_set(
|
|
556
|
-
self,
|
|
578
|
+
self, **kwargs: Unpack[DetachManagedPolicyFromPermissionSetRequestRequestTypeDef]
|
|
557
579
|
) -> Dict[str, Any]:
|
|
558
580
|
"""
|
|
559
581
|
Detaches the attached Amazon Web Services managed policy ARN from the specified
|
|
560
|
-
permission
|
|
561
|
-
set.
|
|
582
|
+
permission set.
|
|
562
583
|
|
|
563
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
584
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/detach_managed_policy_from_permission_set.html)
|
|
564
585
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#detach_managed_policy_from_permission_set)
|
|
565
586
|
"""
|
|
566
587
|
|
|
567
|
-
def generate_presigned_url(
|
|
568
|
-
self,
|
|
569
|
-
ClientMethod: str,
|
|
570
|
-
Params: Mapping[str, Any] = ...,
|
|
571
|
-
ExpiresIn: int = 3600,
|
|
572
|
-
HttpMethod: str = ...,
|
|
573
|
-
) -> str:
|
|
574
|
-
"""
|
|
575
|
-
Generate a presigned url given a client, its method, and arguments.
|
|
576
|
-
|
|
577
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html#SSOAdmin.Client.generate_presigned_url)
|
|
578
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#generate_presigned_url)
|
|
579
|
-
"""
|
|
580
|
-
|
|
581
588
|
def get_application_access_scope(
|
|
582
|
-
self,
|
|
589
|
+
self, **kwargs: Unpack[GetApplicationAccessScopeRequestRequestTypeDef]
|
|
583
590
|
) -> GetApplicationAccessScopeResponseTypeDef:
|
|
584
591
|
"""
|
|
585
592
|
Retrieves the authorized targets for an IAM Identity Center access scope for an
|
|
586
593
|
application.
|
|
587
594
|
|
|
588
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
595
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_application_access_scope.html)
|
|
589
596
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_application_access_scope)
|
|
590
597
|
"""
|
|
591
598
|
|
|
592
599
|
def get_application_assignment_configuration(
|
|
593
|
-
self,
|
|
600
|
+
self, **kwargs: Unpack[GetApplicationAssignmentConfigurationRequestRequestTypeDef]
|
|
594
601
|
) -> GetApplicationAssignmentConfigurationResponseTypeDef:
|
|
595
602
|
"""
|
|
596
|
-
Retrieves the configuration of
|
|
603
|
+
Retrieves the configuration of <a>PutApplicationAssignmentConfiguration</a>.
|
|
597
604
|
|
|
598
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
605
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_application_assignment_configuration.html)
|
|
599
606
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_application_assignment_configuration)
|
|
600
607
|
"""
|
|
601
608
|
|
|
602
609
|
def get_application_authentication_method(
|
|
603
|
-
self,
|
|
610
|
+
self, **kwargs: Unpack[GetApplicationAuthenticationMethodRequestRequestTypeDef]
|
|
604
611
|
) -> GetApplicationAuthenticationMethodResponseTypeDef:
|
|
605
612
|
"""
|
|
606
613
|
Retrieves details about an authentication method used by an application.
|
|
607
614
|
|
|
608
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
615
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_application_authentication_method.html)
|
|
609
616
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_application_authentication_method)
|
|
610
617
|
"""
|
|
611
618
|
|
|
612
619
|
def get_application_grant(
|
|
613
|
-
self,
|
|
620
|
+
self, **kwargs: Unpack[GetApplicationGrantRequestRequestTypeDef]
|
|
614
621
|
) -> GetApplicationGrantResponseTypeDef:
|
|
615
622
|
"""
|
|
616
623
|
Retrieves details about an application grant.
|
|
617
624
|
|
|
618
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
625
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_application_grant.html)
|
|
619
626
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_application_grant)
|
|
620
627
|
"""
|
|
621
628
|
|
|
622
629
|
def get_inline_policy_for_permission_set(
|
|
623
|
-
self,
|
|
630
|
+
self, **kwargs: Unpack[GetInlinePolicyForPermissionSetRequestRequestTypeDef]
|
|
624
631
|
) -> GetInlinePolicyForPermissionSetResponseTypeDef:
|
|
625
632
|
"""
|
|
626
633
|
Obtains the inline policy assigned to the permission set.
|
|
627
634
|
|
|
628
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
635
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_inline_policy_for_permission_set.html)
|
|
629
636
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_inline_policy_for_permission_set)
|
|
630
637
|
"""
|
|
631
638
|
|
|
632
639
|
def get_permissions_boundary_for_permission_set(
|
|
633
|
-
self,
|
|
640
|
+
self, **kwargs: Unpack[GetPermissionsBoundaryForPermissionSetRequestRequestTypeDef]
|
|
634
641
|
) -> GetPermissionsBoundaryForPermissionSetResponseTypeDef:
|
|
635
642
|
"""
|
|
636
|
-
Obtains the permissions boundary for a specified
|
|
643
|
+
Obtains the permissions boundary for a specified <a>PermissionSet</a>.
|
|
637
644
|
|
|
638
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
645
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_permissions_boundary_for_permission_set.html)
|
|
639
646
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_permissions_boundary_for_permission_set)
|
|
640
647
|
"""
|
|
641
648
|
|
|
642
649
|
def list_account_assignment_creation_status(
|
|
643
|
-
self,
|
|
644
|
-
*,
|
|
645
|
-
InstanceArn: str,
|
|
646
|
-
Filter: OperationStatusFilterTypeDef = ...,
|
|
647
|
-
MaxResults: int = ...,
|
|
648
|
-
NextToken: str = ...,
|
|
650
|
+
self, **kwargs: Unpack[ListAccountAssignmentCreationStatusRequestRequestTypeDef]
|
|
649
651
|
) -> ListAccountAssignmentCreationStatusResponseTypeDef:
|
|
650
652
|
"""
|
|
651
653
|
Lists the status of the Amazon Web Services account assignment creation
|
|
652
|
-
requests for a specified IAM Identity Center
|
|
653
|
-
instance.
|
|
654
|
+
requests for a specified IAM Identity Center instance.
|
|
654
655
|
|
|
655
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
656
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_account_assignment_creation_status.html)
|
|
656
657
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_account_assignment_creation_status)
|
|
657
658
|
"""
|
|
658
659
|
|
|
659
660
|
def list_account_assignment_deletion_status(
|
|
660
|
-
self,
|
|
661
|
-
*,
|
|
662
|
-
InstanceArn: str,
|
|
663
|
-
Filter: OperationStatusFilterTypeDef = ...,
|
|
664
|
-
MaxResults: int = ...,
|
|
665
|
-
NextToken: str = ...,
|
|
661
|
+
self, **kwargs: Unpack[ListAccountAssignmentDeletionStatusRequestRequestTypeDef]
|
|
666
662
|
) -> ListAccountAssignmentDeletionStatusResponseTypeDef:
|
|
667
663
|
"""
|
|
668
664
|
Lists the status of the Amazon Web Services account assignment deletion
|
|
669
|
-
requests for a specified IAM Identity Center
|
|
670
|
-
instance.
|
|
665
|
+
requests for a specified IAM Identity Center instance.
|
|
671
666
|
|
|
672
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
667
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_account_assignment_deletion_status.html)
|
|
673
668
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_account_assignment_deletion_status)
|
|
674
669
|
"""
|
|
675
670
|
|
|
676
671
|
def list_account_assignments(
|
|
677
|
-
self,
|
|
678
|
-
*,
|
|
679
|
-
AccountId: str,
|
|
680
|
-
InstanceArn: str,
|
|
681
|
-
PermissionSetArn: str,
|
|
682
|
-
MaxResults: int = ...,
|
|
683
|
-
NextToken: str = ...,
|
|
672
|
+
self, **kwargs: Unpack[ListAccountAssignmentsRequestRequestTypeDef]
|
|
684
673
|
) -> ListAccountAssignmentsResponseTypeDef:
|
|
685
674
|
"""
|
|
686
675
|
Lists the assignee of the specified Amazon Web Services account with the
|
|
687
|
-
specified permission
|
|
688
|
-
set.
|
|
676
|
+
specified permission set.
|
|
689
677
|
|
|
690
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
678
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_account_assignments.html)
|
|
691
679
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_account_assignments)
|
|
692
680
|
"""
|
|
693
681
|
|
|
694
682
|
def list_account_assignments_for_principal(
|
|
695
|
-
self,
|
|
696
|
-
*,
|
|
697
|
-
InstanceArn: str,
|
|
698
|
-
PrincipalId: str,
|
|
699
|
-
PrincipalType: PrincipalTypeType,
|
|
700
|
-
Filter: ListAccountAssignmentsFilterTypeDef = ...,
|
|
701
|
-
MaxResults: int = ...,
|
|
702
|
-
NextToken: str = ...,
|
|
683
|
+
self, **kwargs: Unpack[ListAccountAssignmentsForPrincipalRequestRequestTypeDef]
|
|
703
684
|
) -> ListAccountAssignmentsForPrincipalResponseTypeDef:
|
|
704
685
|
"""
|
|
705
686
|
Retrieves a list of the IAM Identity Center associated Amazon Web Services
|
|
706
|
-
accounts that the principal has access
|
|
707
|
-
to.
|
|
687
|
+
accounts that the principal has access to.
|
|
708
688
|
|
|
709
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
689
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_account_assignments_for_principal.html)
|
|
710
690
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_account_assignments_for_principal)
|
|
711
691
|
"""
|
|
712
692
|
|
|
713
693
|
def list_accounts_for_provisioned_permission_set(
|
|
714
|
-
self,
|
|
715
|
-
*,
|
|
716
|
-
InstanceArn: str,
|
|
717
|
-
PermissionSetArn: str,
|
|
718
|
-
MaxResults: int = ...,
|
|
719
|
-
NextToken: str = ...,
|
|
720
|
-
ProvisioningStatus: ProvisioningStatusType = ...,
|
|
694
|
+
self, **kwargs: Unpack[ListAccountsForProvisionedPermissionSetRequestRequestTypeDef]
|
|
721
695
|
) -> ListAccountsForProvisionedPermissionSetResponseTypeDef:
|
|
722
696
|
"""
|
|
723
697
|
Lists all the Amazon Web Services accounts where the specified permission set
|
|
724
|
-
is
|
|
725
|
-
provisioned.
|
|
698
|
+
is provisioned.
|
|
726
699
|
|
|
727
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
700
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_accounts_for_provisioned_permission_set.html)
|
|
728
701
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_accounts_for_provisioned_permission_set)
|
|
729
702
|
"""
|
|
730
703
|
|
|
731
704
|
def list_application_access_scopes(
|
|
732
|
-
self,
|
|
705
|
+
self, **kwargs: Unpack[ListApplicationAccessScopesRequestRequestTypeDef]
|
|
733
706
|
) -> ListApplicationAccessScopesResponseTypeDef:
|
|
734
707
|
"""
|
|
735
708
|
Lists the access scopes and authorized targets associated with an application.
|
|
736
709
|
|
|
737
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
710
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_application_access_scopes.html)
|
|
738
711
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_application_access_scopes)
|
|
739
712
|
"""
|
|
740
713
|
|
|
741
714
|
def list_application_assignments(
|
|
742
|
-
self,
|
|
715
|
+
self, **kwargs: Unpack[ListApplicationAssignmentsRequestRequestTypeDef]
|
|
743
716
|
) -> ListApplicationAssignmentsResponseTypeDef:
|
|
744
717
|
"""
|
|
745
718
|
Lists Amazon Web Services account users that are assigned to an application.
|
|
746
719
|
|
|
747
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
720
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_application_assignments.html)
|
|
748
721
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_application_assignments)
|
|
749
722
|
"""
|
|
750
723
|
|
|
751
724
|
def list_application_assignments_for_principal(
|
|
752
|
-
self,
|
|
753
|
-
*,
|
|
754
|
-
InstanceArn: str,
|
|
755
|
-
PrincipalId: str,
|
|
756
|
-
PrincipalType: PrincipalTypeType,
|
|
757
|
-
Filter: ListApplicationAssignmentsFilterTypeDef = ...,
|
|
758
|
-
MaxResults: int = ...,
|
|
759
|
-
NextToken: str = ...,
|
|
725
|
+
self, **kwargs: Unpack[ListApplicationAssignmentsForPrincipalRequestRequestTypeDef]
|
|
760
726
|
) -> ListApplicationAssignmentsForPrincipalResponseTypeDef:
|
|
761
727
|
"""
|
|
762
728
|
Lists the applications to which a specified principal is assigned.
|
|
763
729
|
|
|
764
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
730
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_application_assignments_for_principal.html)
|
|
765
731
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_application_assignments_for_principal)
|
|
766
732
|
"""
|
|
767
733
|
|
|
768
734
|
def list_application_authentication_methods(
|
|
769
|
-
self,
|
|
735
|
+
self, **kwargs: Unpack[ListApplicationAuthenticationMethodsRequestRequestTypeDef]
|
|
770
736
|
) -> ListApplicationAuthenticationMethodsResponseTypeDef:
|
|
771
737
|
"""
|
|
772
738
|
Lists all of the authentication methods supported by the specified application.
|
|
773
739
|
|
|
774
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
740
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_application_authentication_methods.html)
|
|
775
741
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_application_authentication_methods)
|
|
776
742
|
"""
|
|
777
743
|
|
|
778
744
|
def list_application_grants(
|
|
779
|
-
self,
|
|
745
|
+
self, **kwargs: Unpack[ListApplicationGrantsRequestRequestTypeDef]
|
|
780
746
|
) -> ListApplicationGrantsResponseTypeDef:
|
|
781
747
|
"""
|
|
782
748
|
List the grants associated with an application.
|
|
783
749
|
|
|
784
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
750
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_application_grants.html)
|
|
785
751
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_application_grants)
|
|
786
752
|
"""
|
|
787
753
|
|
|
788
754
|
def list_application_providers(
|
|
789
|
-
self,
|
|
755
|
+
self, **kwargs: Unpack[ListApplicationProvidersRequestRequestTypeDef]
|
|
790
756
|
) -> ListApplicationProvidersResponseTypeDef:
|
|
791
757
|
"""
|
|
792
758
|
Lists the application providers configured in the IAM Identity Center identity
|
|
793
759
|
store.
|
|
794
760
|
|
|
795
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
761
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_application_providers.html)
|
|
796
762
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_application_providers)
|
|
797
763
|
"""
|
|
798
764
|
|
|
799
765
|
def list_applications(
|
|
800
|
-
self,
|
|
801
|
-
*,
|
|
802
|
-
InstanceArn: str,
|
|
803
|
-
Filter: ListApplicationsFilterTypeDef = ...,
|
|
804
|
-
MaxResults: int = ...,
|
|
805
|
-
NextToken: str = ...,
|
|
766
|
+
self, **kwargs: Unpack[ListApplicationsRequestRequestTypeDef]
|
|
806
767
|
) -> ListApplicationsResponseTypeDef:
|
|
807
768
|
"""
|
|
808
769
|
Lists all applications associated with the instance of IAM Identity Center.
|
|
809
770
|
|
|
810
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
771
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_applications.html)
|
|
811
772
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_applications)
|
|
812
773
|
"""
|
|
813
774
|
|
|
814
775
|
def list_customer_managed_policy_references_in_permission_set(
|
|
815
776
|
self,
|
|
816
|
-
|
|
817
|
-
InstanceArn: str,
|
|
818
|
-
PermissionSetArn: str,
|
|
819
|
-
MaxResults: int = ...,
|
|
820
|
-
NextToken: str = ...,
|
|
777
|
+
**kwargs: Unpack[ListCustomerManagedPolicyReferencesInPermissionSetRequestRequestTypeDef],
|
|
821
778
|
) -> ListCustomerManagedPolicyReferencesInPermissionSetResponseTypeDef:
|
|
822
779
|
"""
|
|
823
|
-
Lists all customer managed policies attached to a specified
|
|
780
|
+
Lists all customer managed policies attached to a specified
|
|
781
|
+
<a>PermissionSet</a>.
|
|
824
782
|
|
|
825
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
783
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_customer_managed_policy_references_in_permission_set.html)
|
|
826
784
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_customer_managed_policy_references_in_permission_set)
|
|
827
785
|
"""
|
|
828
786
|
|
|
829
787
|
def list_instances(
|
|
830
|
-
self,
|
|
788
|
+
self, **kwargs: Unpack[ListInstancesRequestRequestTypeDef]
|
|
831
789
|
) -> ListInstancesResponseTypeDef:
|
|
832
790
|
"""
|
|
833
791
|
Lists the details of the organization and account instances of IAM Identity
|
|
834
|
-
Center that were created in or visible to the account calling this
|
|
835
|
-
API.
|
|
792
|
+
Center that were created in or visible to the account calling this API.
|
|
836
793
|
|
|
837
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
794
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_instances.html)
|
|
838
795
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_instances)
|
|
839
796
|
"""
|
|
840
797
|
|
|
841
798
|
def list_managed_policies_in_permission_set(
|
|
842
|
-
self,
|
|
843
|
-
*,
|
|
844
|
-
InstanceArn: str,
|
|
845
|
-
PermissionSetArn: str,
|
|
846
|
-
MaxResults: int = ...,
|
|
847
|
-
NextToken: str = ...,
|
|
799
|
+
self, **kwargs: Unpack[ListManagedPoliciesInPermissionSetRequestRequestTypeDef]
|
|
848
800
|
) -> ListManagedPoliciesInPermissionSetResponseTypeDef:
|
|
849
801
|
"""
|
|
850
802
|
Lists the Amazon Web Services managed policy that is attached to a specified
|
|
851
|
-
permission
|
|
852
|
-
set.
|
|
803
|
+
permission set.
|
|
853
804
|
|
|
854
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
805
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_managed_policies_in_permission_set.html)
|
|
855
806
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_managed_policies_in_permission_set)
|
|
856
807
|
"""
|
|
857
808
|
|
|
858
809
|
def list_permission_set_provisioning_status(
|
|
859
|
-
self,
|
|
860
|
-
*,
|
|
861
|
-
InstanceArn: str,
|
|
862
|
-
Filter: OperationStatusFilterTypeDef = ...,
|
|
863
|
-
MaxResults: int = ...,
|
|
864
|
-
NextToken: str = ...,
|
|
810
|
+
self, **kwargs: Unpack[ListPermissionSetProvisioningStatusRequestRequestTypeDef]
|
|
865
811
|
) -> ListPermissionSetProvisioningStatusResponseTypeDef:
|
|
866
812
|
"""
|
|
867
813
|
Lists the status of the permission set provisioning requests for a specified
|
|
868
|
-
IAM Identity Center
|
|
869
|
-
instance.
|
|
814
|
+
IAM Identity Center instance.
|
|
870
815
|
|
|
871
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
816
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_permission_set_provisioning_status.html)
|
|
872
817
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_permission_set_provisioning_status)
|
|
873
818
|
"""
|
|
874
819
|
|
|
875
820
|
def list_permission_sets(
|
|
876
|
-
self,
|
|
821
|
+
self, **kwargs: Unpack[ListPermissionSetsRequestRequestTypeDef]
|
|
877
822
|
) -> ListPermissionSetsResponseTypeDef:
|
|
878
823
|
"""
|
|
879
|
-
Lists the
|
|
824
|
+
Lists the <a>PermissionSet</a>s in an IAM Identity Center instance.
|
|
880
825
|
|
|
881
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
826
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_permission_sets.html)
|
|
882
827
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_permission_sets)
|
|
883
828
|
"""
|
|
884
829
|
|
|
885
830
|
def list_permission_sets_provisioned_to_account(
|
|
886
|
-
self,
|
|
887
|
-
*,
|
|
888
|
-
AccountId: str,
|
|
889
|
-
InstanceArn: str,
|
|
890
|
-
MaxResults: int = ...,
|
|
891
|
-
NextToken: str = ...,
|
|
892
|
-
ProvisioningStatus: ProvisioningStatusType = ...,
|
|
831
|
+
self, **kwargs: Unpack[ListPermissionSetsProvisionedToAccountRequestRequestTypeDef]
|
|
893
832
|
) -> ListPermissionSetsProvisionedToAccountResponseTypeDef:
|
|
894
833
|
"""
|
|
895
834
|
Lists all the permission sets that are provisioned to a specified Amazon Web
|
|
896
|
-
Services
|
|
897
|
-
account.
|
|
835
|
+
Services account.
|
|
898
836
|
|
|
899
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
837
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_permission_sets_provisioned_to_account.html)
|
|
900
838
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_permission_sets_provisioned_to_account)
|
|
901
839
|
"""
|
|
902
840
|
|
|
903
841
|
def list_tags_for_resource(
|
|
904
|
-
self,
|
|
842
|
+
self, **kwargs: Unpack[ListTagsForResourceRequestRequestTypeDef]
|
|
905
843
|
) -> ListTagsForResourceResponseTypeDef:
|
|
906
844
|
"""
|
|
907
845
|
Lists the tags that are attached to a specified resource.
|
|
908
846
|
|
|
909
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
847
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_tags_for_resource.html)
|
|
910
848
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_tags_for_resource)
|
|
911
849
|
"""
|
|
912
850
|
|
|
913
851
|
def list_trusted_token_issuers(
|
|
914
|
-
self,
|
|
852
|
+
self, **kwargs: Unpack[ListTrustedTokenIssuersRequestRequestTypeDef]
|
|
915
853
|
) -> ListTrustedTokenIssuersResponseTypeDef:
|
|
916
854
|
"""
|
|
917
855
|
Lists all the trusted token issuers configured in an instance of IAM Identity
|
|
918
856
|
Center.
|
|
919
857
|
|
|
920
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
858
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/list_trusted_token_issuers.html)
|
|
921
859
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#list_trusted_token_issuers)
|
|
922
860
|
"""
|
|
923
861
|
|
|
924
862
|
def provision_permission_set(
|
|
925
|
-
self,
|
|
926
|
-
*,
|
|
927
|
-
InstanceArn: str,
|
|
928
|
-
PermissionSetArn: str,
|
|
929
|
-
TargetType: ProvisionTargetTypeType,
|
|
930
|
-
TargetId: str = ...,
|
|
863
|
+
self, **kwargs: Unpack[ProvisionPermissionSetRequestRequestTypeDef]
|
|
931
864
|
) -> ProvisionPermissionSetResponseTypeDef:
|
|
932
865
|
"""
|
|
933
866
|
The process by which a specified permission set is provisioned to the specified
|
|
934
867
|
target.
|
|
935
868
|
|
|
936
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
869
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/provision_permission_set.html)
|
|
937
870
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#provision_permission_set)
|
|
938
871
|
"""
|
|
939
872
|
|
|
940
873
|
def put_application_access_scope(
|
|
941
|
-
self,
|
|
874
|
+
self, **kwargs: Unpack[PutApplicationAccessScopeRequestRequestTypeDef]
|
|
942
875
|
) -> EmptyResponseMetadataTypeDef:
|
|
943
876
|
"""
|
|
944
877
|
Adds or updates the list of authorized targets for an IAM Identity Center
|
|
945
|
-
access scope for an
|
|
946
|
-
application.
|
|
878
|
+
access scope for an application.
|
|
947
879
|
|
|
948
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
880
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/put_application_access_scope.html)
|
|
949
881
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#put_application_access_scope)
|
|
950
882
|
"""
|
|
951
883
|
|
|
952
884
|
def put_application_assignment_configuration(
|
|
953
|
-
self,
|
|
885
|
+
self, **kwargs: Unpack[PutApplicationAssignmentConfigurationRequestRequestTypeDef]
|
|
954
886
|
) -> Dict[str, Any]:
|
|
955
887
|
"""
|
|
956
888
|
Configure how users gain access to an application.
|
|
957
889
|
|
|
958
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
890
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/put_application_assignment_configuration.html)
|
|
959
891
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#put_application_assignment_configuration)
|
|
960
892
|
"""
|
|
961
893
|
|
|
962
894
|
def put_application_authentication_method(
|
|
963
|
-
self,
|
|
964
|
-
*,
|
|
965
|
-
ApplicationArn: str,
|
|
966
|
-
AuthenticationMethod: AuthenticationMethodUnionTypeDef,
|
|
967
|
-
AuthenticationMethodType: Literal["IAM"],
|
|
895
|
+
self, **kwargs: Unpack[PutApplicationAuthenticationMethodRequestRequestTypeDef]
|
|
968
896
|
) -> EmptyResponseMetadataTypeDef:
|
|
969
897
|
"""
|
|
970
898
|
Adds or updates an authentication method for an application.
|
|
971
899
|
|
|
972
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
900
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/put_application_authentication_method.html)
|
|
973
901
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#put_application_authentication_method)
|
|
974
902
|
"""
|
|
975
903
|
|
|
976
904
|
def put_application_grant(
|
|
977
|
-
self,
|
|
905
|
+
self, **kwargs: Unpack[PutApplicationGrantRequestRequestTypeDef]
|
|
978
906
|
) -> EmptyResponseMetadataTypeDef:
|
|
979
907
|
"""
|
|
980
908
|
Adds a grant to an application.
|
|
981
909
|
|
|
982
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
910
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/put_application_grant.html)
|
|
983
911
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#put_application_grant)
|
|
984
912
|
"""
|
|
985
913
|
|
|
986
914
|
def put_inline_policy_to_permission_set(
|
|
987
|
-
self,
|
|
915
|
+
self, **kwargs: Unpack[PutInlinePolicyToPermissionSetRequestRequestTypeDef]
|
|
988
916
|
) -> Dict[str, Any]:
|
|
989
917
|
"""
|
|
990
918
|
Attaches an inline policy to a permission set.
|
|
991
919
|
|
|
992
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
920
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/put_inline_policy_to_permission_set.html)
|
|
993
921
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#put_inline_policy_to_permission_set)
|
|
994
922
|
"""
|
|
995
923
|
|
|
996
924
|
def put_permissions_boundary_to_permission_set(
|
|
997
|
-
self,
|
|
998
|
-
*,
|
|
999
|
-
InstanceArn: str,
|
|
1000
|
-
PermissionSetArn: str,
|
|
1001
|
-
PermissionsBoundary: PermissionsBoundaryTypeDef,
|
|
925
|
+
self, **kwargs: Unpack[PutPermissionsBoundaryToPermissionSetRequestRequestTypeDef]
|
|
1002
926
|
) -> Dict[str, Any]:
|
|
1003
927
|
"""
|
|
1004
928
|
Attaches an Amazon Web Services managed or customer managed policy to the
|
|
1005
|
-
specified
|
|
1006
|
-
boundary.
|
|
929
|
+
specified <a>PermissionSet</a> as a permissions boundary.
|
|
1007
930
|
|
|
1008
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
931
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/put_permissions_boundary_to_permission_set.html)
|
|
1009
932
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#put_permissions_boundary_to_permission_set)
|
|
1010
933
|
"""
|
|
1011
934
|
|
|
1012
|
-
def tag_resource(
|
|
1013
|
-
self, *, ResourceArn: str, Tags: Sequence[TagTypeDef], InstanceArn: str = ...
|
|
1014
|
-
) -> Dict[str, Any]:
|
|
935
|
+
def tag_resource(self, **kwargs: Unpack[TagResourceRequestRequestTypeDef]) -> Dict[str, Any]:
|
|
1015
936
|
"""
|
|
1016
937
|
Associates a set of tags with a specified resource.
|
|
1017
938
|
|
|
1018
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
939
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/tag_resource.html)
|
|
1019
940
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#tag_resource)
|
|
1020
941
|
"""
|
|
1021
942
|
|
|
1022
943
|
def untag_resource(
|
|
1023
|
-
self,
|
|
944
|
+
self, **kwargs: Unpack[UntagResourceRequestRequestTypeDef]
|
|
1024
945
|
) -> Dict[str, Any]:
|
|
1025
946
|
"""
|
|
1026
947
|
Disassociates a set of tags from a specified resource.
|
|
1027
948
|
|
|
1028
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
949
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/untag_resource.html)
|
|
1029
950
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#untag_resource)
|
|
1030
951
|
"""
|
|
1031
952
|
|
|
1032
953
|
def update_application(
|
|
1033
|
-
self,
|
|
1034
|
-
*,
|
|
1035
|
-
ApplicationArn: str,
|
|
1036
|
-
Description: str = ...,
|
|
1037
|
-
Name: str = ...,
|
|
1038
|
-
PortalOptions: UpdateApplicationPortalOptionsTypeDef = ...,
|
|
1039
|
-
Status: ApplicationStatusType = ...,
|
|
954
|
+
self, **kwargs: Unpack[UpdateApplicationRequestRequestTypeDef]
|
|
1040
955
|
) -> Dict[str, Any]:
|
|
1041
956
|
"""
|
|
1042
957
|
Updates application properties.
|
|
1043
958
|
|
|
1044
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
959
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/update_application.html)
|
|
1045
960
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#update_application)
|
|
1046
961
|
"""
|
|
1047
962
|
|
|
1048
|
-
def update_instance(
|
|
963
|
+
def update_instance(
|
|
964
|
+
self, **kwargs: Unpack[UpdateInstanceRequestRequestTypeDef]
|
|
965
|
+
) -> Dict[str, Any]:
|
|
1049
966
|
"""
|
|
1050
967
|
Update the details for the instance of IAM Identity Center that is owned by the
|
|
1051
|
-
Amazon Web Services
|
|
1052
|
-
account.
|
|
968
|
+
Amazon Web Services account.
|
|
1053
969
|
|
|
1054
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
970
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/update_instance.html)
|
|
1055
971
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#update_instance)
|
|
1056
972
|
"""
|
|
1057
973
|
|
|
1058
974
|
def update_instance_access_control_attribute_configuration(
|
|
1059
975
|
self,
|
|
1060
|
-
|
|
1061
|
-
InstanceAccessControlAttributeConfiguration: InstanceAccessControlAttributeConfigurationUnionTypeDef,
|
|
1062
|
-
InstanceArn: str,
|
|
976
|
+
**kwargs: Unpack[UpdateInstanceAccessControlAttributeConfigurationRequestRequestTypeDef],
|
|
1063
977
|
) -> Dict[str, Any]:
|
|
1064
978
|
"""
|
|
1065
979
|
Updates the IAM Identity Center identity store attributes that you can use with
|
|
1066
|
-
the IAM Identity Center instance for attributes-based access control
|
|
1067
|
-
(ABAC).
|
|
980
|
+
the IAM Identity Center instance for attributes-based access control (ABAC).
|
|
1068
981
|
|
|
1069
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
982
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/update_instance_access_control_attribute_configuration.html)
|
|
1070
983
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#update_instance_access_control_attribute_configuration)
|
|
1071
984
|
"""
|
|
1072
985
|
|
|
1073
986
|
def update_permission_set(
|
|
1074
|
-
self,
|
|
1075
|
-
*,
|
|
1076
|
-
InstanceArn: str,
|
|
1077
|
-
PermissionSetArn: str,
|
|
1078
|
-
Description: str = ...,
|
|
1079
|
-
RelayState: str = ...,
|
|
1080
|
-
SessionDuration: str = ...,
|
|
987
|
+
self, **kwargs: Unpack[UpdatePermissionSetRequestRequestTypeDef]
|
|
1081
988
|
) -> Dict[str, Any]:
|
|
1082
989
|
"""
|
|
1083
990
|
Updates an existing permission set.
|
|
1084
991
|
|
|
1085
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
992
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/update_permission_set.html)
|
|
1086
993
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#update_permission_set)
|
|
1087
994
|
"""
|
|
1088
995
|
|
|
1089
996
|
def update_trusted_token_issuer(
|
|
1090
|
-
self,
|
|
1091
|
-
*,
|
|
1092
|
-
TrustedTokenIssuerArn: str,
|
|
1093
|
-
Name: str = ...,
|
|
1094
|
-
TrustedTokenIssuerConfiguration: TrustedTokenIssuerUpdateConfigurationTypeDef = ...,
|
|
997
|
+
self, **kwargs: Unpack[UpdateTrustedTokenIssuerRequestRequestTypeDef]
|
|
1095
998
|
) -> Dict[str, Any]:
|
|
1096
999
|
"""
|
|
1097
1000
|
Updates the name of the trusted token issuer, or the path of a source attribute
|
|
1098
|
-
or destination attribute for a trusted token issuer
|
|
1099
|
-
configuration.
|
|
1001
|
+
or destination attribute for a trusted token issuer configuration.
|
|
1100
1002
|
|
|
1101
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin.html
|
|
1003
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/update_trusted_token_issuer.html)
|
|
1102
1004
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#update_trusted_token_issuer)
|
|
1103
1005
|
"""
|
|
1104
1006
|
|
|
1105
|
-
@overload
|
|
1106
|
-
def get_paginator(
|
|
1007
|
+
@overload # type: ignore[override]
|
|
1008
|
+
def get_paginator( # type: ignore[override]
|
|
1107
1009
|
self, operation_name: Literal["list_account_assignment_creation_status"]
|
|
1108
1010
|
) -> ListAccountAssignmentCreationStatusPaginator:
|
|
1109
1011
|
"""
|
|
1110
|
-
|
|
1012
|
+
Create a paginator for an operation.
|
|
1013
|
+
|
|
1014
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1111
1015
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1112
1016
|
"""
|
|
1113
1017
|
|
|
1114
|
-
@overload
|
|
1115
|
-
def get_paginator(
|
|
1018
|
+
@overload # type: ignore[override]
|
|
1019
|
+
def get_paginator( # type: ignore[override]
|
|
1116
1020
|
self, operation_name: Literal["list_account_assignment_deletion_status"]
|
|
1117
1021
|
) -> ListAccountAssignmentDeletionStatusPaginator:
|
|
1118
1022
|
"""
|
|
1119
|
-
|
|
1023
|
+
Create a paginator for an operation.
|
|
1024
|
+
|
|
1025
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1120
1026
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1121
1027
|
"""
|
|
1122
1028
|
|
|
1123
|
-
@overload
|
|
1124
|
-
def get_paginator(
|
|
1125
|
-
self, operation_name: Literal["
|
|
1126
|
-
) ->
|
|
1029
|
+
@overload # type: ignore[override]
|
|
1030
|
+
def get_paginator( # type: ignore[override]
|
|
1031
|
+
self, operation_name: Literal["list_account_assignments_for_principal"]
|
|
1032
|
+
) -> ListAccountAssignmentsForPrincipalPaginator:
|
|
1127
1033
|
"""
|
|
1128
|
-
|
|
1034
|
+
Create a paginator for an operation.
|
|
1035
|
+
|
|
1036
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1129
1037
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1130
1038
|
"""
|
|
1131
1039
|
|
|
1132
|
-
@overload
|
|
1133
|
-
def get_paginator(
|
|
1134
|
-
self, operation_name: Literal["
|
|
1135
|
-
) ->
|
|
1040
|
+
@overload # type: ignore[override]
|
|
1041
|
+
def get_paginator( # type: ignore[override]
|
|
1042
|
+
self, operation_name: Literal["list_account_assignments"]
|
|
1043
|
+
) -> ListAccountAssignmentsPaginator:
|
|
1136
1044
|
"""
|
|
1137
|
-
|
|
1045
|
+
Create a paginator for an operation.
|
|
1046
|
+
|
|
1047
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1138
1048
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1139
1049
|
"""
|
|
1140
1050
|
|
|
1141
|
-
@overload
|
|
1142
|
-
def get_paginator(
|
|
1051
|
+
@overload # type: ignore[override]
|
|
1052
|
+
def get_paginator( # type: ignore[override]
|
|
1143
1053
|
self, operation_name: Literal["list_accounts_for_provisioned_permission_set"]
|
|
1144
1054
|
) -> ListAccountsForProvisionedPermissionSetPaginator:
|
|
1145
1055
|
"""
|
|
1146
|
-
|
|
1056
|
+
Create a paginator for an operation.
|
|
1057
|
+
|
|
1058
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1147
1059
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1148
1060
|
"""
|
|
1149
1061
|
|
|
1150
|
-
@overload
|
|
1151
|
-
def get_paginator(
|
|
1062
|
+
@overload # type: ignore[override]
|
|
1063
|
+
def get_paginator( # type: ignore[override]
|
|
1152
1064
|
self, operation_name: Literal["list_application_access_scopes"]
|
|
1153
1065
|
) -> ListApplicationAccessScopesPaginator:
|
|
1154
1066
|
"""
|
|
1155
|
-
|
|
1067
|
+
Create a paginator for an operation.
|
|
1068
|
+
|
|
1069
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1156
1070
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1157
1071
|
"""
|
|
1158
1072
|
|
|
1159
|
-
@overload
|
|
1160
|
-
def get_paginator(
|
|
1161
|
-
self, operation_name: Literal["
|
|
1162
|
-
) ->
|
|
1073
|
+
@overload # type: ignore[override]
|
|
1074
|
+
def get_paginator( # type: ignore[override]
|
|
1075
|
+
self, operation_name: Literal["list_application_assignments_for_principal"]
|
|
1076
|
+
) -> ListApplicationAssignmentsForPrincipalPaginator:
|
|
1163
1077
|
"""
|
|
1164
|
-
|
|
1078
|
+
Create a paginator for an operation.
|
|
1079
|
+
|
|
1080
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1165
1081
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1166
1082
|
"""
|
|
1167
1083
|
|
|
1168
|
-
@overload
|
|
1169
|
-
def get_paginator(
|
|
1170
|
-
self, operation_name: Literal["
|
|
1171
|
-
) ->
|
|
1084
|
+
@overload # type: ignore[override]
|
|
1085
|
+
def get_paginator( # type: ignore[override]
|
|
1086
|
+
self, operation_name: Literal["list_application_assignments"]
|
|
1087
|
+
) -> ListApplicationAssignmentsPaginator:
|
|
1172
1088
|
"""
|
|
1173
|
-
|
|
1089
|
+
Create a paginator for an operation.
|
|
1090
|
+
|
|
1091
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1174
1092
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1175
1093
|
"""
|
|
1176
1094
|
|
|
1177
|
-
@overload
|
|
1178
|
-
def get_paginator(
|
|
1095
|
+
@overload # type: ignore[override]
|
|
1096
|
+
def get_paginator( # type: ignore[override]
|
|
1179
1097
|
self, operation_name: Literal["list_application_authentication_methods"]
|
|
1180
1098
|
) -> ListApplicationAuthenticationMethodsPaginator:
|
|
1181
1099
|
"""
|
|
1182
|
-
|
|
1100
|
+
Create a paginator for an operation.
|
|
1101
|
+
|
|
1102
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1183
1103
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1184
1104
|
"""
|
|
1185
1105
|
|
|
1186
|
-
@overload
|
|
1187
|
-
def get_paginator(
|
|
1106
|
+
@overload # type: ignore[override]
|
|
1107
|
+
def get_paginator( # type: ignore[override]
|
|
1188
1108
|
self, operation_name: Literal["list_application_grants"]
|
|
1189
1109
|
) -> ListApplicationGrantsPaginator:
|
|
1190
1110
|
"""
|
|
1191
|
-
|
|
1111
|
+
Create a paginator for an operation.
|
|
1112
|
+
|
|
1113
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1192
1114
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1193
1115
|
"""
|
|
1194
1116
|
|
|
1195
|
-
@overload
|
|
1196
|
-
def get_paginator(
|
|
1117
|
+
@overload # type: ignore[override]
|
|
1118
|
+
def get_paginator( # type: ignore[override]
|
|
1197
1119
|
self, operation_name: Literal["list_application_providers"]
|
|
1198
1120
|
) -> ListApplicationProvidersPaginator:
|
|
1199
1121
|
"""
|
|
1200
|
-
|
|
1122
|
+
Create a paginator for an operation.
|
|
1123
|
+
|
|
1124
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1201
1125
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1202
1126
|
"""
|
|
1203
1127
|
|
|
1204
|
-
@overload
|
|
1205
|
-
def get_paginator(
|
|
1128
|
+
@overload # type: ignore[override]
|
|
1129
|
+
def get_paginator( # type: ignore[override]
|
|
1206
1130
|
self, operation_name: Literal["list_applications"]
|
|
1207
1131
|
) -> ListApplicationsPaginator:
|
|
1208
1132
|
"""
|
|
1209
|
-
|
|
1133
|
+
Create a paginator for an operation.
|
|
1134
|
+
|
|
1135
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1210
1136
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1211
1137
|
"""
|
|
1212
1138
|
|
|
1213
|
-
@overload
|
|
1214
|
-
def get_paginator(
|
|
1139
|
+
@overload # type: ignore[override]
|
|
1140
|
+
def get_paginator( # type: ignore[override]
|
|
1215
1141
|
self, operation_name: Literal["list_customer_managed_policy_references_in_permission_set"]
|
|
1216
1142
|
) -> ListCustomerManagedPolicyReferencesInPermissionSetPaginator:
|
|
1217
1143
|
"""
|
|
1218
|
-
|
|
1144
|
+
Create a paginator for an operation.
|
|
1145
|
+
|
|
1146
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1219
1147
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1220
1148
|
"""
|
|
1221
1149
|
|
|
1222
|
-
@overload
|
|
1223
|
-
def get_paginator(
|
|
1150
|
+
@overload # type: ignore[override]
|
|
1151
|
+
def get_paginator( # type: ignore[override]
|
|
1152
|
+
self, operation_name: Literal["list_instances"]
|
|
1153
|
+
) -> ListInstancesPaginator:
|
|
1224
1154
|
"""
|
|
1225
|
-
|
|
1155
|
+
Create a paginator for an operation.
|
|
1156
|
+
|
|
1157
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1226
1158
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1227
1159
|
"""
|
|
1228
1160
|
|
|
1229
|
-
@overload
|
|
1230
|
-
def get_paginator(
|
|
1161
|
+
@overload # type: ignore[override]
|
|
1162
|
+
def get_paginator( # type: ignore[override]
|
|
1231
1163
|
self, operation_name: Literal["list_managed_policies_in_permission_set"]
|
|
1232
1164
|
) -> ListManagedPoliciesInPermissionSetPaginator:
|
|
1233
1165
|
"""
|
|
1234
|
-
|
|
1166
|
+
Create a paginator for an operation.
|
|
1167
|
+
|
|
1168
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1235
1169
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1236
1170
|
"""
|
|
1237
1171
|
|
|
1238
|
-
@overload
|
|
1239
|
-
def get_paginator(
|
|
1172
|
+
@overload # type: ignore[override]
|
|
1173
|
+
def get_paginator( # type: ignore[override]
|
|
1240
1174
|
self, operation_name: Literal["list_permission_set_provisioning_status"]
|
|
1241
1175
|
) -> ListPermissionSetProvisioningStatusPaginator:
|
|
1242
1176
|
"""
|
|
1243
|
-
|
|
1177
|
+
Create a paginator for an operation.
|
|
1178
|
+
|
|
1179
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1244
1180
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1245
1181
|
"""
|
|
1246
1182
|
|
|
1247
|
-
@overload
|
|
1248
|
-
def get_paginator(
|
|
1183
|
+
@overload # type: ignore[override]
|
|
1184
|
+
def get_paginator( # type: ignore[override]
|
|
1249
1185
|
self, operation_name: Literal["list_permission_sets"]
|
|
1250
1186
|
) -> ListPermissionSetsPaginator:
|
|
1251
1187
|
"""
|
|
1252
|
-
|
|
1188
|
+
Create a paginator for an operation.
|
|
1189
|
+
|
|
1190
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1253
1191
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1254
1192
|
"""
|
|
1255
1193
|
|
|
1256
|
-
@overload
|
|
1257
|
-
def get_paginator(
|
|
1194
|
+
@overload # type: ignore[override]
|
|
1195
|
+
def get_paginator( # type: ignore[override]
|
|
1258
1196
|
self, operation_name: Literal["list_permission_sets_provisioned_to_account"]
|
|
1259
1197
|
) -> ListPermissionSetsProvisionedToAccountPaginator:
|
|
1260
1198
|
"""
|
|
1261
|
-
|
|
1199
|
+
Create a paginator for an operation.
|
|
1200
|
+
|
|
1201
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1262
1202
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1263
1203
|
"""
|
|
1264
1204
|
|
|
1265
|
-
@overload
|
|
1266
|
-
def get_paginator(
|
|
1205
|
+
@overload # type: ignore[override]
|
|
1206
|
+
def get_paginator( # type: ignore[override]
|
|
1267
1207
|
self, operation_name: Literal["list_tags_for_resource"]
|
|
1268
1208
|
) -> ListTagsForResourcePaginator:
|
|
1269
1209
|
"""
|
|
1270
|
-
|
|
1210
|
+
Create a paginator for an operation.
|
|
1211
|
+
|
|
1212
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1271
1213
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1272
1214
|
"""
|
|
1273
1215
|
|
|
1274
|
-
@overload
|
|
1275
|
-
def get_paginator(
|
|
1216
|
+
@overload # type: ignore[override]
|
|
1217
|
+
def get_paginator( # type: ignore[override]
|
|
1276
1218
|
self, operation_name: Literal["list_trusted_token_issuers"]
|
|
1277
1219
|
) -> ListTrustedTokenIssuersPaginator:
|
|
1278
1220
|
"""
|
|
1279
|
-
|
|
1221
|
+
Create a paginator for an operation.
|
|
1222
|
+
|
|
1223
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sso-admin/client/get_paginator.html)
|
|
1280
1224
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sso_admin/client/#get_paginator)
|
|
1281
1225
|
"""
|