All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.azure.resourcemanager.elastic.models.ExternalUserCreationResponse Maven / Gradle / Ivy

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.resourcemanager.elastic.models;

import com.azure.resourcemanager.elastic.fluent.models.ExternalUserCreationResponseInner;

/** An immutable client-side representation of ExternalUserCreationResponse. */
public interface ExternalUserCreationResponse {
    /**
     * Gets the created property: Shows if user is created or updated.
     *
     * @return the created value.
     */
    Boolean created();

    /**
     * Gets the inner com.azure.resourcemanager.elastic.fluent.models.ExternalUserCreationResponseInner object.
     *
     * @return the inner object.
     */
    ExternalUserCreationResponseInner innerModel();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy