Class CreateCrossAppAccessResourceApp
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Cross App Access - Resource App settings that apply to this connection.
[Serializable]
public record CreateCrossAppAccessResourceApp : IJsonOnDeserialized, IEquatable<CreateCrossAppAccessResourceApp>
- Inheritance
-
CreateCrossAppAccessResourceApp
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Status
[JsonPropertyName("status")]
public required CrossAppAccessResourceAppStatusEnum Status { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.