ContainerAppOpenIdConnectClientCredentialMethod Struct
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.
The method that should be used to authenticate the user.
public readonly struct ContainerAppOpenIdConnectClientCredentialMethod : IEquatable<Azure.ResourceManager.AppContainers.Models.ContainerAppOpenIdConnectClientCredentialMethod>
type ContainerAppOpenIdConnectClientCredentialMethod = struct
Public Structure ContainerAppOpenIdConnectClientCredentialMethod
Implements IEquatable(Of ContainerAppOpenIdConnectClientCredentialMethod)
- Inheritance
-
ContainerAppOpenIdConnectClientCredentialMethod
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerAppOpenIdConnectClientCredentialMethod(String) |
Initializes a new instance of ContainerAppOpenIdConnectClientCredentialMethod. |
Properties
| Name | Description |
|---|---|
| ClientSecretPost |
ClientSecretPost. |
Methods
| Name | Description |
|---|---|
| Equals(ContainerAppOpenIdConnectClientCredentialMethod) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ContainerAppOpenIdConnectClientCredentialMethod, ContainerAppOpenIdConnectClientCredentialMethod) |
Determines if two ContainerAppOpenIdConnectClientCredentialMethod values are the same. |
| Implicit(String to ContainerAppOpenIdConnectClientCredentialMethod) |
Converts a String to a ContainerAppOpenIdConnectClientCredentialMethod. |
| Inequality(ContainerAppOpenIdConnectClientCredentialMethod, ContainerAppOpenIdConnectClientCredentialMethod) |
Determines if two ContainerAppOpenIdConnectClientCredentialMethod values are not the same. |