com.azure.resourcemanager.security.fluent.models.ApplicationProperties 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.security.fluent.models;
import com.azure.core.annotation.Fluent;
import com.azure.core.util.logging.ClientLogger;
import com.azure.json.JsonReader;
import com.azure.json.JsonSerializable;
import com.azure.json.JsonToken;
import com.azure.json.JsonWriter;
import com.azure.resourcemanager.security.models.ApplicationSourceResourceType;
import java.io.IOException;
import java.util.List;
/**
* Describes properties of an application.
*/
@Fluent
public final class ApplicationProperties implements JsonSerializable {
/*
* display name of the application
*/
private String displayName;
/*
* description of the application
*/
private String description;
/*
* The application source, what it affects, e.g. Assessments
*/
private ApplicationSourceResourceType sourceResourceType;
/*
* The application conditionSets - see examples
*/
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy