Class AclEntry
An entry for an Access Control list.
Inheritance
System.Object
AclEntry
Implements
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: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class AclEntry : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ExpirationTime
The time when this access control entry expires in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.
Declaration
[JsonProperty("expirationTime")]
public virtual object ExpirationTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
Kind
This is always sql#aclEntry.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Optional. A label to identify this entry.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Value
The allowlisted value for the access control list.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |