AccessInformationSecretsContract 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 contract of the API Management service.
public class AccessInformationSecretsContract
type AccessInformationSecretsContract = class
Public Class AccessInformationSecretsContract
- Inheritance
-
AccessInformationSecretsContract
Constructors
AccessInformationSecretsContract() |
Initializes a new instance of the AccessInformationSecretsContract class. |
AccessInformationSecretsContract(String, String, String, String, Nullable<Boolean>) |
Initializes a new instance of the AccessInformationSecretsContract class. |
Properties
Enabled |
Gets or sets determines whether direct access is enabled. |
Id |
Gets or sets access Information type ('access' or 'gitAccess') |
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