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

io.permit.sdk.openapi.models.ResourceInstanceUpdate Maven / Gradle / Ivy

There is a newer version: 983f46e
Show newest version

package io.permit.sdk.openapi.models;

import javax.annotation.Generated;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;


/**
 * ResourceInstanceUpdate
 * 

* * */ @Generated("jsonschema2pojo") public class ResourceInstanceUpdate { /** * Attributes *

* Arbitraty resource attributes that will be used to enforce attribute-based access control policies. * */ @SerializedName("attributes") @Expose public Attributes attributes; public ResourceInstanceUpdate withAttributes(Attributes attributes) { this.attributes = attributes; return this; } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy