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

com.descope.model.mgmt.AccessKeyRequest Maven / Gradle / Ivy

There is a newer version: 1.0.30
Show newest version
package com.descope.model.mgmt;

import java.util.List;
import java.util.Map;
import lombok.Builder;
import lombok.Data;

@Data
@Builder
public class AccessKeyRequest {
  private String name;
  private long expireTime;
  private List roleNames;
  private List> keyTenants;
  private String userId;
  private Map customClaims;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy