Class FederatedIdentityCredentialsListResult

java.lang.Object
com.azure.resourcemanager.msi.models.FederatedIdentityCredentialsListResult

public final class FederatedIdentityCredentialsListResult extends Object
Values returned by the List operation for federated identity credentials.
  • Constructor Details

    • FederatedIdentityCredentialsListResult

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

    • value

      Get the value property: The collection of federated identity credentials returned by the listing operation.
      Returns:
      the value value.
    • withValue

      Set the value property: The collection of federated identity credentials returned by the listing operation.
      Parameters:
      value - the value value to set.
      Returns:
      the FederatedIdentityCredentialsListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The url to get the next page of results, if any.
      Returns:
      the nextLink value.
    • withNextLink

      public FederatedIdentityCredentialsListResult withNextLink(String nextLink)
      Set the nextLink property: The url to get the next page of results, if any.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the FederatedIdentityCredentialsListResult object itself.
    • validate

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