Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.2 KB

AWSIAMAccessRules.md

File metadata and controls

18 lines (14 loc) · 1.2 KB

akeyless.Model.AWSIAMAccessRules

Properties

Name Type Description Notes
AccountId List<string> The list of account ids that the login is restricted to. [optional]
Arn List<string> The list of ARNs that the login is restricted to. [optional]
ResourceId List<string> The list of resource ids that the login is restricted to. [optional]
RoleId List<string> The list of role ids that the login is restricted to. [optional]
RoleName List<string> The list of role names that the login is restricted to. [optional]
StsEndpoint string The sts URL. [optional]
UniqueIdentifier string A unique identifier to distinguish different users [optional]
UserId List<string> The list of user ids that the login is restricted to. [optional]
UserName List<string> The list of user names that the login is restricted to. [optional]

[Back to Model list] [Back to API list] [Back to README]