AccessInformationCreateParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tenant access information update parameters.
[Microsoft.Rest.Serialization.JsonTransformation]
public class AccessInformationCreateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type AccessInformationCreateParameters = class
Public Class AccessInformationCreateParameters
- Inheritance
-
AccessInformationCreateParameters
- Attributes
Constructors
AccessInformationCreateParameters() |
Initializes a new instance of the AccessInformationCreateParameters class. |
AccessInformationCreateParameters(String, String, String, Nullable<Boolean>) |
Initializes a new instance of the AccessInformationCreateParameters class. |
Properties
Enabled |
Gets or sets determines whether direct access is enabled. |
PrimaryKey |
Gets or sets primary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value. |
PrincipalId |
Gets or sets principal (User) Identifier. |
SecondaryKey |
Gets or sets secondary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value. |
Applies to
Azure SDK for .NET