io.permit.sdk.openapi.models.RelationsBlock Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of permit-sdk-java Show documentation
Show all versions of permit-sdk-java Show documentation
Java SDK for Permit.io: fullstack permissions for cloud native applications
package io.permit.sdk.openapi.models;
import javax.annotation.Generated;
/**
* RelationsBlock
*
* A actions definition block, typically contained within a resource type definition block.
* The actions represents the ways you can interact with a protected resource.
*
*/
@Generated("jsonschema2pojo")
public class RelationsBlock {
}