Class ContainerAppAuthTokenProperties

java.lang.Object
com.azure.resourcemanager.appcontainers.fluent.models.ContainerAppAuthTokenProperties

public final class ContainerAppAuthTokenProperties extends Object
Container App auth token resource specific properties.
  • Constructor Details

    • ContainerAppAuthTokenProperties

      public ContainerAppAuthTokenProperties()
      Creates an instance of ContainerAppAuthTokenProperties class.
  • Method Details

    • token

      public String token()
      Get the token property: Auth token value.
      Returns:
      the token value.
    • expires

      public OffsetDateTime expires()
      Get the expires property: Token expiration date.
      Returns:
      the expires value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.