Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.01 KB

HuaweiAccessRules.md

File metadata and controls

16 lines (12 loc) · 1.01 KB

akeyless.Model.HuaweiAccessRules

Properties

Name Type Description Notes
AuthEndpoint string The auth URL. [optional]
DomainId List<string> The list of domain ids that the login is restricted to. [optional]
DomainName List<string> The list of domainNames that the login is restricted to. [optional]
TenantId List<string> The list of tenantIDs that the login is restricted to. [optional]
TenantName List<string> The list of tenantNames that the login is restricted to. [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]