Class GetProjectsProjectPermissionsResult
Inheritance
System.Object
GetProjectsProjectPermissionsResult
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.GitLab.Outputs
Assembly: Pulumi.GitLab.dll
Syntax
public sealed class GetProjectsProjectPermissionsResult
Fields
View SourceGroupAccess
Declaration
public readonly ImmutableDictionary<string, int> GroupAccess
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Int32> |
ProjectAccess
Declaration
public readonly ImmutableDictionary<string, int> ProjectAccess
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Int32> |