aws-sdk-ssoadmin 1.7.0 → 1.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ssoadmin/client.rb +137 -130
- data/lib/aws-sdk-ssoadmin/types.rb +133 -124
- data/lib/aws-sdk-ssoadmin.rb +1 -1
- metadata +8 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 455f4f02a536040c7015168cb6a1cade98ec4ed464cb149ea2a3990df7364f6e
|
4
|
+
data.tar.gz: 16a3e46cc7ac727ee0160b20c2dabcadbc774d50cad2e1636c2c95a3f667853c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea162718fbdbe8ae193e82e2e1c611f6e5462237d9a5901d290f35ea6f9f04b55448d0dc9cc3a5c88f421932d15edb7515bd9910ed9fb5f635fe6961729fd475
|
7
|
+
data.tar.gz: d32e2efce84ae05493d4e59cc804234a59f77114db753b2dae71a739c49a47f61ea92c3f39069eebbf1be19bb951d9c003d2d47b3a99162956dfcff664243e17
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.11.0 (2021-10-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.10.0 (2021-09-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.9.0 (2021-07-30)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.8.0 (2021-07-28)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Documentation updates for arn:aws:trebuchet:::service:v1:03a2216d-1cda-4696-9ece-1387cb6f6952
|
23
|
+
|
4
24
|
1.7.0 (2021-03-10)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.11.0
|
@@ -341,17 +341,17 @@ module Aws::SSOAdmin
|
|
341
341
|
#
|
342
342
|
# <note markdown="1"> If the permission set is already referenced by one or more account
|
343
343
|
# assignments, you will need to call ` ProvisionPermissionSet ` after
|
344
|
-
# this
|
345
|
-
# assigned accounts.
|
344
|
+
# this operation. Calling `ProvisionPermissionSet` applies the
|
345
|
+
# corresponding IAM policy updates to all assigned accounts.
|
346
346
|
#
|
347
347
|
# </note>
|
348
348
|
#
|
349
349
|
# @option params [required, String] :instance_arn
|
350
350
|
# The ARN of the SSO instance under which the operation will be
|
351
351
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
352
|
-
# (ARNs) and
|
352
|
+
# (ARNs) and Amazon Web Services Service
|
353
353
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
354
|
-
# *
|
354
|
+
# *Amazon Web Services General Reference*.
|
355
355
|
#
|
356
356
|
# @option params [required, String] :permission_set_arn
|
357
357
|
# The ARN of the PermissionSet that the managed policy should be
|
@@ -379,34 +379,34 @@ module Aws::SSOAdmin
|
|
379
379
|
req.send_request(options)
|
380
380
|
end
|
381
381
|
|
382
|
-
# Assigns access to a principal for a specified
|
383
|
-
# specified permission set.
|
382
|
+
# Assigns access to a principal for a specified Amazon Web Services
|
383
|
+
# account using a specified permission set.
|
384
384
|
#
|
385
385
|
# <note markdown="1"> The term *principal* here refers to a user or group that is defined in
|
386
|
-
#
|
386
|
+
# Amazon Web Services SSO.
|
387
387
|
#
|
388
388
|
# </note>
|
389
389
|
#
|
390
390
|
# <note markdown="1"> As part of a successful `CreateAccountAssignment` call, the specified
|
391
391
|
# permission set will automatically be provisioned to the account in the
|
392
|
-
# form of an IAM policy attached to the SSO-created IAM
|
393
|
-
# permission set is subsequently updated, the corresponding
|
394
|
-
# attached to roles in your accounts will not be updated
|
395
|
-
# In this case, you
|
396
|
-
# these updates.
|
392
|
+
# form of an IAM policy. That policy is attached to the SSO-created IAM
|
393
|
+
# role. If the permission set is subsequently updated, the corresponding
|
394
|
+
# IAM policies attached to roles in your accounts will not be updated
|
395
|
+
# automatically. In this case, you must call ` ProvisionPermissionSet `
|
396
|
+
# to make these updates.
|
397
397
|
#
|
398
398
|
# </note>
|
399
399
|
#
|
400
400
|
# @option params [required, String] :instance_arn
|
401
401
|
# The ARN of the SSO instance under which the operation will be
|
402
402
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
403
|
-
# (ARNs) and
|
403
|
+
# (ARNs) and Amazon Web Services Service
|
404
404
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
405
|
-
# *
|
405
|
+
# *Amazon Web Services General Reference*.
|
406
406
|
#
|
407
407
|
# @option params [required, String] :target_id
|
408
|
-
# TargetID is an
|
409
|
-
# (For example, 123456789012).
|
408
|
+
# TargetID is an Amazon Web Services account identifier, typically a
|
409
|
+
# 10-12 digit string (For example, 123456789012).
|
410
410
|
#
|
411
411
|
# @option params [required, String] :target_type
|
412
412
|
# The entity type for which the assignment will be created.
|
@@ -419,10 +419,11 @@ module Aws::SSOAdmin
|
|
419
419
|
# The entity type for which the assignment will be created.
|
420
420
|
#
|
421
421
|
# @option params [required, String] :principal_id
|
422
|
-
# An identifier for an object in
|
423
|
-
# PrincipalIds are GUIDs (For example,
|
422
|
+
# An identifier for an object in Amazon Web Services SSO, such as a user
|
423
|
+
# or group. PrincipalIds are GUIDs (For example,
|
424
424
|
# f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about
|
425
|
-
# PrincipalIds in
|
425
|
+
# PrincipalIds in Amazon Web Services SSO, see the [Amazon Web Services
|
426
|
+
# SSO Identity Store API
|
426
427
|
# Reference](/singlesignon/latest/IdentityStoreAPIReference/welcome.html).
|
427
428
|
#
|
428
429
|
# @return [Types::CreateAccountAssignmentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -462,24 +463,25 @@ module Aws::SSOAdmin
|
|
462
463
|
end
|
463
464
|
|
464
465
|
# Enables the attributes-based access control (ABAC) feature for the
|
465
|
-
# specified
|
466
|
-
# to your ABAC configuration during the enabling
|
467
|
-
# information about ABAC, see [Attribute-Based Access
|
468
|
-
# Control](/singlesignon/latest/userguide/abac.html) in the *
|
469
|
-
# User Guide*.
|
466
|
+
# specified Amazon Web Services SSO instance. You can also specify new
|
467
|
+
# attributes to add to your ABAC configuration during the enabling
|
468
|
+
# process. For more information about ABAC, see [Attribute-Based Access
|
469
|
+
# Control](/singlesignon/latest/userguide/abac.html) in the *Amazon Web
|
470
|
+
# Services SSO User Guide*.
|
470
471
|
#
|
471
472
|
# @option params [required, String] :instance_arn
|
472
473
|
# The ARN of the SSO instance under which the operation will be
|
473
474
|
# executed.
|
474
475
|
#
|
475
476
|
# @option params [required, Types::InstanceAccessControlAttributeConfiguration] :instance_access_control_attribute_configuration
|
476
|
-
# Specifies the
|
477
|
-
# configuration. When using an external identity provider
|
478
|
-
# source, you can pass attributes through the SAML
|
479
|
-
#
|
480
|
-
#
|
481
|
-
#
|
482
|
-
#
|
477
|
+
# Specifies the Amazon Web Services SSO identity store attributes to add
|
478
|
+
# to your ABAC configuration. When using an external identity provider
|
479
|
+
# as an identity source, you can pass attributes through the SAML
|
480
|
+
# assertion. Doing so provides an alternative to configuring attributes
|
481
|
+
# from the Amazon Web Services SSO identity store. If a SAML assertion
|
482
|
+
# passes any of these attributes, Amazon Web Services SSO will replace
|
483
|
+
# the attribute value with the value from the Amazon Web Services SSO
|
484
|
+
# identity store.
|
483
485
|
#
|
484
486
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
485
487
|
#
|
@@ -510,8 +512,8 @@ module Aws::SSOAdmin
|
|
510
512
|
|
511
513
|
# Creates a permission set within a specified SSO instance.
|
512
514
|
#
|
513
|
-
# <note markdown="1"> To grant users and groups access to
|
514
|
-
# CreateAccountAssignment `.
|
515
|
+
# <note markdown="1"> To grant users and groups access to Amazon Web Services account
|
516
|
+
# resources, use ` CreateAccountAssignment `.
|
515
517
|
#
|
516
518
|
# </note>
|
517
519
|
#
|
@@ -524,9 +526,9 @@ module Aws::SSOAdmin
|
|
524
526
|
# @option params [required, String] :instance_arn
|
525
527
|
# The ARN of the SSO instance under which the operation will be
|
526
528
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
527
|
-
# (ARNs) and
|
529
|
+
# (ARNs) and Amazon Web Services Service
|
528
530
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
529
|
-
# *
|
531
|
+
# *Amazon Web Services General Reference*.
|
530
532
|
#
|
531
533
|
# @option params [String] :session_duration
|
532
534
|
# The length of time that the application user sessions are valid in the
|
@@ -577,19 +579,19 @@ module Aws::SSOAdmin
|
|
577
579
|
req.send_request(options)
|
578
580
|
end
|
579
581
|
|
580
|
-
# Deletes a principal's access from a specified
|
581
|
-
# specified permission set.
|
582
|
+
# Deletes a principal's access from a specified Amazon Web Services
|
583
|
+
# account using a specified permission set.
|
582
584
|
#
|
583
585
|
# @option params [required, String] :instance_arn
|
584
586
|
# The ARN of the SSO instance under which the operation will be
|
585
587
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
586
|
-
# (ARNs) and
|
588
|
+
# (ARNs) and Amazon Web Services Service
|
587
589
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
588
|
-
# *
|
590
|
+
# *Amazon Web Services General Reference*.
|
589
591
|
#
|
590
592
|
# @option params [required, String] :target_id
|
591
|
-
# TargetID is an
|
592
|
-
# (For example, 123456789012).
|
593
|
+
# TargetID is an Amazon Web Services account identifier, typically a
|
594
|
+
# 10-12 digit string (For example, 123456789012).
|
593
595
|
#
|
594
596
|
# @option params [required, String] :target_type
|
595
597
|
# The entity type for which the assignment will be deleted.
|
@@ -601,10 +603,11 @@ module Aws::SSOAdmin
|
|
601
603
|
# The entity type for which the assignment will be deleted.
|
602
604
|
#
|
603
605
|
# @option params [required, String] :principal_id
|
604
|
-
# An identifier for an object in
|
605
|
-
# PrincipalIds are GUIDs (For example,
|
606
|
+
# An identifier for an object in Amazon Web Services SSO, such as a user
|
607
|
+
# or group. PrincipalIds are GUIDs (For example,
|
606
608
|
# f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about
|
607
|
-
# PrincipalIds in
|
609
|
+
# PrincipalIds in Amazon Web Services SSO, see the [Amazon Web Services
|
610
|
+
# SSO Identity Store API
|
608
611
|
# Reference](/singlesignon/latest/IdentityStoreAPIReference/welcome.html).
|
609
612
|
#
|
610
613
|
# @return [Types::DeleteAccountAssignmentResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -648,9 +651,9 @@ module Aws::SSOAdmin
|
|
648
651
|
# @option params [required, String] :instance_arn
|
649
652
|
# The ARN of the SSO instance under which the operation will be
|
650
653
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
651
|
-
# (ARNs) and
|
654
|
+
# (ARNs) and Amazon Web Services Service
|
652
655
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
653
|
-
# *
|
656
|
+
# *Amazon Web Services General Reference*.
|
654
657
|
#
|
655
658
|
# @option params [required, String] :permission_set_arn
|
656
659
|
# The ARN of the permission set that will be used to remove access.
|
@@ -674,13 +677,13 @@ module Aws::SSOAdmin
|
|
674
677
|
end
|
675
678
|
|
676
679
|
# Disables the attributes-based access control (ABAC) feature for the
|
677
|
-
# specified
|
678
|
-
# that have been configured. Once deleted, any
|
679
|
-
# received from an identity source and any custom
|
680
|
-
# previously configured will not be passed. For more
|
681
|
-
# ABAC, see [Attribute-Based Access
|
682
|
-
# Control](/singlesignon/latest/userguide/abac.html) in the *
|
683
|
-
# User Guide*.
|
680
|
+
# specified Amazon Web Services SSO instance and deletes all of the
|
681
|
+
# attribute mappings that have been configured. Once deleted, any
|
682
|
+
# attributes that are received from an identity source and any custom
|
683
|
+
# attributes you have previously configured will not be passed. For more
|
684
|
+
# information about ABAC, see [Attribute-Based Access
|
685
|
+
# Control](/singlesignon/latest/userguide/abac.html) in the *Amazon Web
|
686
|
+
# Services SSO User Guide*.
|
684
687
|
#
|
685
688
|
# @option params [required, String] :instance_arn
|
686
689
|
# The ARN of the SSO instance under which the operation will be
|
@@ -708,9 +711,9 @@ module Aws::SSOAdmin
|
|
708
711
|
# @option params [required, String] :instance_arn
|
709
712
|
# The ARN of the SSO instance under which the operation will be
|
710
713
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
711
|
-
# (ARNs) and
|
714
|
+
# (ARNs) and Amazon Web Services Service
|
712
715
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
713
|
-
# *
|
716
|
+
# *Amazon Web Services General Reference*.
|
714
717
|
#
|
715
718
|
# @option params [required, String] :permission_set_arn
|
716
719
|
# The ARN of the permission set that should be deleted.
|
@@ -738,9 +741,9 @@ module Aws::SSOAdmin
|
|
738
741
|
# @option params [required, String] :instance_arn
|
739
742
|
# The ARN of the SSO instance under which the operation will be
|
740
743
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
741
|
-
# (ARNs) and
|
744
|
+
# (ARNs) and Amazon Web Services Service
|
742
745
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
743
|
-
# *
|
746
|
+
# *Amazon Web Services General Reference*.
|
744
747
|
#
|
745
748
|
# @option params [required, String] :account_assignment_creation_request_id
|
746
749
|
# The identifier that is used to track the request operation progress.
|
@@ -782,9 +785,9 @@ module Aws::SSOAdmin
|
|
782
785
|
# @option params [required, String] :instance_arn
|
783
786
|
# The ARN of the SSO instance under which the operation will be
|
784
787
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
785
|
-
# (ARNs) and
|
788
|
+
# (ARNs) and Amazon Web Services Service
|
786
789
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
787
|
-
# *
|
790
|
+
# *Amazon Web Services General Reference*.
|
788
791
|
#
|
789
792
|
# @option params [required, String] :account_assignment_deletion_request_id
|
790
793
|
# The identifier that is used to track the request operation progress.
|
@@ -821,13 +824,13 @@ module Aws::SSOAdmin
|
|
821
824
|
req.send_request(options)
|
822
825
|
end
|
823
826
|
|
824
|
-
# Returns the list of
|
825
|
-
# configured to work with attributes-based access control
|
826
|
-
# specified
|
827
|
-
# and sent by an external identity
|
828
|
-
# ABAC, see [Attribute-Based Access
|
829
|
-
# Control](/singlesignon/latest/userguide/abac.html) in the *
|
830
|
-
# User Guide*.
|
827
|
+
# Returns the list of Amazon Web Services SSO identity store attributes
|
828
|
+
# that have been configured to work with attributes-based access control
|
829
|
+
# (ABAC) for the specified Amazon Web Services SSO instance. This will
|
830
|
+
# not return attributes configured and sent by an external identity
|
831
|
+
# provider. For more information about ABAC, see [Attribute-Based Access
|
832
|
+
# Control](/singlesignon/latest/userguide/abac.html) in the *Amazon Web
|
833
|
+
# Services SSO User Guide*.
|
831
834
|
#
|
832
835
|
# @option params [required, String] :instance_arn
|
833
836
|
# The ARN of the SSO instance under which the operation will be
|
@@ -868,9 +871,9 @@ module Aws::SSOAdmin
|
|
868
871
|
# @option params [required, String] :instance_arn
|
869
872
|
# The ARN of the SSO instance under which the operation will be
|
870
873
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
871
|
-
# (ARNs) and
|
874
|
+
# (ARNs) and Amazon Web Services Service
|
872
875
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
873
|
-
# *
|
876
|
+
# *Amazon Web Services General Reference*.
|
874
877
|
#
|
875
878
|
# @option params [required, String] :permission_set_arn
|
876
879
|
# The ARN of the permission set.
|
@@ -910,9 +913,9 @@ module Aws::SSOAdmin
|
|
910
913
|
# @option params [required, String] :instance_arn
|
911
914
|
# The ARN of the SSO instance under which the operation will be
|
912
915
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
913
|
-
# (ARNs) and
|
916
|
+
# (ARNs) and Amazon Web Services Service
|
914
917
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
915
|
-
# *
|
918
|
+
# *Amazon Web Services General Reference*.
|
916
919
|
#
|
917
920
|
# @option params [required, String] :provision_permission_set_request_id
|
918
921
|
# The identifier that is provided by the ProvisionPermissionSet call to
|
@@ -953,9 +956,9 @@ module Aws::SSOAdmin
|
|
953
956
|
# @option params [required, String] :instance_arn
|
954
957
|
# The ARN of the SSO instance under which the operation will be
|
955
958
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
956
|
-
# (ARNs) and
|
959
|
+
# (ARNs) and Amazon Web Services Service
|
957
960
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
958
|
-
# *
|
961
|
+
# *Amazon Web Services General Reference*.
|
959
962
|
#
|
960
963
|
# @option params [required, String] :permission_set_arn
|
961
964
|
# The ARN of the PermissionSet from which the policy should be detached.
|
@@ -987,9 +990,9 @@ module Aws::SSOAdmin
|
|
987
990
|
# @option params [required, String] :instance_arn
|
988
991
|
# The ARN of the SSO instance under which the operation will be
|
989
992
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
990
|
-
# (ARNs) and
|
993
|
+
# (ARNs) and Amazon Web Services Service
|
991
994
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
992
|
-
# *
|
995
|
+
# *Amazon Web Services General Reference*.
|
993
996
|
#
|
994
997
|
# @option params [required, String] :permission_set_arn
|
995
998
|
# The ARN of the permission set.
|
@@ -1018,15 +1021,15 @@ module Aws::SSOAdmin
|
|
1018
1021
|
req.send_request(options)
|
1019
1022
|
end
|
1020
1023
|
|
1021
|
-
# Lists the status of the
|
1022
|
-
# specified SSO instance.
|
1024
|
+
# Lists the status of the Amazon Web Services account assignment
|
1025
|
+
# creation requests for a specified SSO instance.
|
1023
1026
|
#
|
1024
1027
|
# @option params [required, String] :instance_arn
|
1025
1028
|
# The ARN of the SSO instance under which the operation will be
|
1026
1029
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
1027
|
-
# (ARNs) and
|
1030
|
+
# (ARNs) and Amazon Web Services Service
|
1028
1031
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1029
|
-
# *
|
1032
|
+
# *Amazon Web Services General Reference*.
|
1030
1033
|
#
|
1031
1034
|
# @option params [Integer] :max_results
|
1032
1035
|
# The maximum number of results to display for the assignment.
|
@@ -1073,15 +1076,15 @@ module Aws::SSOAdmin
|
|
1073
1076
|
req.send_request(options)
|
1074
1077
|
end
|
1075
1078
|
|
1076
|
-
# Lists the status of the
|
1077
|
-
# specified SSO instance.
|
1079
|
+
# Lists the status of the Amazon Web Services account assignment
|
1080
|
+
# deletion requests for a specified SSO instance.
|
1078
1081
|
#
|
1079
1082
|
# @option params [required, String] :instance_arn
|
1080
1083
|
# The ARN of the SSO instance under which the operation will be
|
1081
1084
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
1082
|
-
# (ARNs) and
|
1085
|
+
# (ARNs) and Amazon Web Services Service
|
1083
1086
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1084
|
-
# *
|
1087
|
+
# *Amazon Web Services General Reference*.
|
1085
1088
|
#
|
1086
1089
|
# @option params [Integer] :max_results
|
1087
1090
|
# The maximum number of results to display for the assignment.
|
@@ -1128,18 +1131,19 @@ module Aws::SSOAdmin
|
|
1128
1131
|
req.send_request(options)
|
1129
1132
|
end
|
1130
1133
|
|
1131
|
-
# Lists the assignee of the specified
|
1132
|
-
# permission set.
|
1134
|
+
# Lists the assignee of the specified Amazon Web Services account with
|
1135
|
+
# the specified permission set.
|
1133
1136
|
#
|
1134
1137
|
# @option params [required, String] :instance_arn
|
1135
1138
|
# The ARN of the SSO instance under which the operation will be
|
1136
1139
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
1137
|
-
# (ARNs) and
|
1140
|
+
# (ARNs) and Amazon Web Services Service
|
1138
1141
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1139
|
-
# *
|
1142
|
+
# *Amazon Web Services General Reference*.
|
1140
1143
|
#
|
1141
1144
|
# @option params [required, String] :account_id
|
1142
|
-
# The identifier of the
|
1145
|
+
# The identifier of the Amazon Web Services account from which to list
|
1146
|
+
# the assignments.
|
1143
1147
|
#
|
1144
1148
|
# @option params [required, String] :permission_set_arn
|
1145
1149
|
# The ARN of the permission set from which to list assignments.
|
@@ -1186,22 +1190,23 @@ module Aws::SSOAdmin
|
|
1186
1190
|
req.send_request(options)
|
1187
1191
|
end
|
1188
1192
|
|
1189
|
-
# Lists all the
|
1190
|
-
# provisioned.
|
1193
|
+
# Lists all the Amazon Web Services accounts where the specified
|
1194
|
+
# permission set is provisioned.
|
1191
1195
|
#
|
1192
1196
|
# @option params [required, String] :instance_arn
|
1193
1197
|
# The ARN of the SSO instance under which the operation will be
|
1194
1198
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
1195
|
-
# (ARNs) and
|
1199
|
+
# (ARNs) and Amazon Web Services Service
|
1196
1200
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1197
|
-
# *
|
1201
|
+
# *Amazon Web Services General Reference*.
|
1198
1202
|
#
|
1199
1203
|
# @option params [required, String] :permission_set_arn
|
1200
|
-
# The ARN of the PermissionSet from which the associated
|
1201
|
-
# will be listed.
|
1204
|
+
# The ARN of the PermissionSet from which the associated Amazon Web
|
1205
|
+
# Services accounts will be listed.
|
1202
1206
|
#
|
1203
1207
|
# @option params [String] :provisioning_status
|
1204
|
-
# The permission set provisioning status for an
|
1208
|
+
# The permission set provisioning status for an Amazon Web Services
|
1209
|
+
# account.
|
1205
1210
|
#
|
1206
1211
|
# @option params [Integer] :max_results
|
1207
1212
|
# The maximum number of results to display for the PermissionSet.
|
@@ -1287,9 +1292,9 @@ module Aws::SSOAdmin
|
|
1287
1292
|
# @option params [required, String] :instance_arn
|
1288
1293
|
# The ARN of the SSO instance under which the operation will be
|
1289
1294
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
1290
|
-
# (ARNs) and
|
1295
|
+
# (ARNs) and Amazon Web Services Service
|
1291
1296
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1292
|
-
# *
|
1297
|
+
# *Amazon Web Services General Reference*.
|
1293
1298
|
#
|
1294
1299
|
# @option params [required, String] :permission_set_arn
|
1295
1300
|
# The ARN of the PermissionSet whose managed policies will be listed.
|
@@ -1339,9 +1344,9 @@ module Aws::SSOAdmin
|
|
1339
1344
|
# @option params [required, String] :instance_arn
|
1340
1345
|
# The ARN of the SSO instance under which the operation will be
|
1341
1346
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
1342
|
-
# (ARNs) and
|
1347
|
+
# (ARNs) and Amazon Web Services Service
|
1343
1348
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1344
|
-
# *
|
1349
|
+
# *Amazon Web Services General Reference*.
|
1345
1350
|
#
|
1346
1351
|
# @option params [Integer] :max_results
|
1347
1352
|
# The maximum number of results to display for the assignment.
|
@@ -1393,9 +1398,9 @@ module Aws::SSOAdmin
|
|
1393
1398
|
# @option params [required, String] :instance_arn
|
1394
1399
|
# The ARN of the SSO instance under which the operation will be
|
1395
1400
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
1396
|
-
# (ARNs) and
|
1401
|
+
# (ARNs) and Amazon Web Services Service
|
1397
1402
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1398
|
-
# *
|
1403
|
+
# *Amazon Web Services General Reference*.
|
1399
1404
|
#
|
1400
1405
|
# @option params [String] :next_token
|
1401
1406
|
# The pagination token for the list API. Initially the value is null.
|
@@ -1434,18 +1439,19 @@ module Aws::SSOAdmin
|
|
1434
1439
|
req.send_request(options)
|
1435
1440
|
end
|
1436
1441
|
|
1437
|
-
# Lists all the permission sets that are provisioned to a specified
|
1438
|
-
# account.
|
1442
|
+
# Lists all the permission sets that are provisioned to a specified
|
1443
|
+
# Amazon Web Services account.
|
1439
1444
|
#
|
1440
1445
|
# @option params [required, String] :instance_arn
|
1441
1446
|
# The ARN of the SSO instance under which the operation will be
|
1442
1447
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
1443
|
-
# (ARNs) and
|
1448
|
+
# (ARNs) and Amazon Web Services Service
|
1444
1449
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1445
|
-
# *
|
1450
|
+
# *Amazon Web Services General Reference*.
|
1446
1451
|
#
|
1447
1452
|
# @option params [required, String] :account_id
|
1448
|
-
# The identifier of the
|
1453
|
+
# The identifier of the Amazon Web Services account from which to list
|
1454
|
+
# the assignments.
|
1449
1455
|
#
|
1450
1456
|
# @option params [String] :provisioning_status
|
1451
1457
|
# The status object for the permission set provisioning operation.
|
@@ -1494,9 +1500,9 @@ module Aws::SSOAdmin
|
|
1494
1500
|
# @option params [required, String] :instance_arn
|
1495
1501
|
# The ARN of the SSO instance under which the operation will be
|
1496
1502
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
1497
|
-
# (ARNs) and
|
1503
|
+
# (ARNs) and Amazon Web Services Service
|
1498
1504
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1499
|
-
# *
|
1505
|
+
# *Amazon Web Services General Reference*.
|
1500
1506
|
#
|
1501
1507
|
# @option params [required, String] :resource_arn
|
1502
1508
|
# The ARN of the resource with the tags to be listed.
|
@@ -1542,16 +1548,16 @@ module Aws::SSOAdmin
|
|
1542
1548
|
# @option params [required, String] :instance_arn
|
1543
1549
|
# The ARN of the SSO instance under which the operation will be
|
1544
1550
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
1545
|
-
# (ARNs) and
|
1551
|
+
# (ARNs) and Amazon Web Services Service
|
1546
1552
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1547
|
-
# *
|
1553
|
+
# *Amazon Web Services General Reference*.
|
1548
1554
|
#
|
1549
1555
|
# @option params [required, String] :permission_set_arn
|
1550
1556
|
# The ARN of the permission set.
|
1551
1557
|
#
|
1552
1558
|
# @option params [String] :target_id
|
1553
|
-
# TargetID is an
|
1554
|
-
# (For example, 123456789012).
|
1559
|
+
# TargetID is an Amazon Web Services account identifier, typically a
|
1560
|
+
# 10-12 digit string (For example, 123456789012).
|
1555
1561
|
#
|
1556
1562
|
# @option params [required, String] :target_type
|
1557
1563
|
# The entity type for which the assignment will be created.
|
@@ -1599,9 +1605,9 @@ module Aws::SSOAdmin
|
|
1599
1605
|
# @option params [required, String] :instance_arn
|
1600
1606
|
# The ARN of the SSO instance under which the operation will be
|
1601
1607
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
1602
|
-
# (ARNs) and
|
1608
|
+
# (ARNs) and Amazon Web Services Service
|
1603
1609
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1604
|
-
# *
|
1610
|
+
# *Amazon Web Services General Reference*.
|
1605
1611
|
#
|
1606
1612
|
# @option params [required, String] :permission_set_arn
|
1607
1613
|
# The ARN of the permission set.
|
@@ -1633,9 +1639,9 @@ module Aws::SSOAdmin
|
|
1633
1639
|
# @option params [required, String] :instance_arn
|
1634
1640
|
# The ARN of the SSO instance under which the operation will be
|
1635
1641
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
1636
|
-
# (ARNs) and
|
1642
|
+
# (ARNs) and Amazon Web Services Service
|
1637
1643
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1638
|
-
# *
|
1644
|
+
# *Amazon Web Services General Reference*.
|
1639
1645
|
#
|
1640
1646
|
# @option params [required, String] :resource_arn
|
1641
1647
|
# The ARN of the resource with the tags to be listed.
|
@@ -1672,9 +1678,9 @@ module Aws::SSOAdmin
|
|
1672
1678
|
# @option params [required, String] :instance_arn
|
1673
1679
|
# The ARN of the SSO instance under which the operation will be
|
1674
1680
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
1675
|
-
# (ARNs) and
|
1681
|
+
# (ARNs) and Amazon Web Services Service
|
1676
1682
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1677
|
-
# *
|
1683
|
+
# *Amazon Web Services General Reference*.
|
1678
1684
|
#
|
1679
1685
|
# @option params [required, String] :resource_arn
|
1680
1686
|
# The ARN of the resource with the tags to be listed.
|
@@ -1701,16 +1707,17 @@ module Aws::SSOAdmin
|
|
1701
1707
|
req.send_request(options)
|
1702
1708
|
end
|
1703
1709
|
|
1704
|
-
# Updates the
|
1705
|
-
#
|
1706
|
-
#
|
1707
|
-
# attributes through the SAML assertion as
|
1708
|
-
#
|
1709
|
-
#
|
1710
|
-
#
|
1711
|
-
#
|
1712
|
-
#
|
1713
|
-
#
|
1710
|
+
# Updates the Amazon Web Services SSO identity store attributes that you
|
1711
|
+
# can use with the Amazon Web Services SSO instance for attributes-based
|
1712
|
+
# access control (ABAC). When using an external identity provider as an
|
1713
|
+
# identity source, you can pass attributes through the SAML assertion as
|
1714
|
+
# an alternative to configuring attributes from the Amazon Web Services
|
1715
|
+
# SSO identity store. If a SAML assertion passes any of these
|
1716
|
+
# attributes, Amazon Web Services SSO replaces the attribute value with
|
1717
|
+
# the value from the Amazon Web Services SSO identity store. For more
|
1718
|
+
# information about ABAC, see [Attribute-Based Access
|
1719
|
+
# Control](/singlesignon/latest/userguide/abac.html) in the *Amazon Web
|
1720
|
+
# Services SSO User Guide*.
|
1714
1721
|
#
|
1715
1722
|
# @option params [required, String] :instance_arn
|
1716
1723
|
# The ARN of the SSO instance under which the operation will be
|
@@ -1751,9 +1758,9 @@ module Aws::SSOAdmin
|
|
1751
1758
|
# @option params [required, String] :instance_arn
|
1752
1759
|
# The ARN of the SSO instance under which the operation will be
|
1753
1760
|
# executed. For more information about ARNs, see [Amazon Resource Names
|
1754
|
-
# (ARNs) and
|
1761
|
+
# (ARNs) and Amazon Web Services Service
|
1755
1762
|
# Namespaces](/general/latest/gr/aws-arns-and-namespaces.html) in the
|
1756
|
-
# *
|
1763
|
+
# *Amazon Web Services General Reference*.
|
1757
1764
|
#
|
1758
1765
|
# @option params [required, String] :permission_set_arn
|
1759
1766
|
# The ARN of the permission set.
|
@@ -1803,7 +1810,7 @@ module Aws::SSOAdmin
|
|
1803
1810
|
params: params,
|
1804
1811
|
config: config)
|
1805
1812
|
context[:gem_name] = 'aws-sdk-ssoadmin'
|
1806
|
-
context[:gem_version] = '1.
|
1813
|
+
context[:gem_version] = '1.11.0'
|
1807
1814
|
Seahorse::Client::Request.new(handlers, context)
|
1808
1815
|
end
|
1809
1816
|
|