Class GetPoliciesArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Ram
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetPoliciesArgs : InvokeArgs
Constructors
View SourceGetPoliciesArgs()
Declaration
public GetPoliciesArgs()
Properties
View SourceGroupName
Filter results by a specific group name. Returned policies are attached to the specified group.
Declaration
public string GroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NameRegex
A regex string to filter resulting policies by name.
Declaration
public string NameRegex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RoleName
Filter results by a specific role name. Returned policies are attached to the specified role.
Declaration
public string RoleName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Type
Filter results by a specific policy type. Valid values are Custom and System.
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
UserName
Filter results by a specific user name. Returned policies are attached to the specified user.
Declaration
public string UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |