Class Access
Access
Implements
Inherited Members
Namespace: Pulumi.Esc.Sdk.Model
Assembly: Pulumi.Esc.Sdk.dll
Syntax
public class Access : IValidatableObject
Constructors
View SourceAccess(Option<List<Accessor>?>, Option<Range?>)
Initializes a new instance of the Access class.
Declaration
[JsonConstructor]
public Access(Option<List<Accessor>?> accessors = default, Option<Range?> receiver = default)
Parameters
| Type | Name | Description |
|---|---|---|
| Option<List<Accessor>> | accessors | accessors |
| Option<Range> | receiver | receiver |
Properties
View SourceAccessors
Gets or Sets Accessors
Declaration
[JsonPropertyName("accessors")]
public List<Accessor>? Accessors { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Accessor> |
Receiver
Gets or Sets Receiver
Declaration
[JsonPropertyName("receiver")]
public Range? Receiver { get; set; }
Property Value
| Type | Description |
|---|---|
| Range |
Methods
View SourceToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | String presentation of the object |