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